com.steema.teechart.styles
Class ValueListOrder

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.ValueListOrder

public final class ValueListOrder
extends Enum

Title: ValueListOrder class

Description: Describes the possible values of the ValueList.Order method.

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

Company: Steema Software SL

See Also:
ValueList.getOrder()

Field Summary
static ValueListOrder ASCENDING
          Values are ordered in ascending numerical order.
static ValueListOrder DESCENDING
          Values are ordered in descending numerical order.
static ValueListOrder NONE
          Values are ordered in the order in which they were added to the ValueList.
 
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

NONE

public static final ValueListOrder NONE
Values are ordered in the order in which they were added to the ValueList.


ASCENDING

public static final ValueListOrder ASCENDING
Values are ordered in ascending numerical order.


DESCENDING

public static final ValueListOrder DESCENDING
Values are ordered in descending numerical order.