com.steema.teechart
Class LineOrientation

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.LineOrientation

public final class LineOrientation
extends Enum

Title: LineOrientation class.

Description:

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
static LineOrientation HORIZONTAL
           
static LineOrientation POINT
           
static LineOrientation VERTICAL
           
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POINT

public static final LineOrientation POINT

HORIZONTAL

public static final LineOrientation HORIZONTAL

VERTICAL

public static final LineOrientation VERTICAL