Uses of Class
com.steema.teechart.styles.ValueListOrder

Packages that use ValueListOrder
com.steema.teechart.styles   
 

Uses of ValueListOrder in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ValueListOrder
static ValueListOrder ValueListOrder.ASCENDING
          Values are ordered in ascending numerical order.
static ValueListOrder ValueListOrder.DESCENDING
          Values are ordered in descending numerical order.
static ValueListOrder ValueListOrder.NONE
          Values are ordered in the order in which they were added to the ValueList.
 

Methods in com.steema.teechart.styles that return ValueListOrder
 ValueListOrder ValueList.getOrder()
          Determines if points are automatically sorted or left at original position.
 

Methods in com.steema.teechart.styles with parameters of type ValueListOrder
 void ValueList.setOrder(ValueListOrder value)
          Determines if points are automatically sorted or left at original position.
 void Series.sortByLabels(ValueListOrder order)
          Sorts all points in the series using the Labels (texts) list.