com.steema.teechart.editors
Class ChartGridXValues

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.editors.ChartGridXValues
All Implemented Interfaces:
java.io.Serializable

public final class ChartGridXValues
extends Enum

See Also:
Serialized Form

Field Summary
static ChartGridXValues AUTO
           
static ChartGridXValues NO
           
static ChartGridXValues YES
           
 
Method Summary
static ChartGridXValues fromValue(int value)
           
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO

public static final ChartGridXValues AUTO

YES

public static final ChartGridXValues YES

NO

public static final ChartGridXValues NO
Method Detail

fromValue

public static ChartGridXValues fromValue(int value)