Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ValueListOrder |
ValueList.getOrder()
Determines if points are automatically sorted or left at original
position.
Runtime only. |
Modifier and Type | Method and Description |
---|---|
void |
ValueList.setOrder(ValueListOrder value)
Determines if points are automatically sorted or left at original
position.
Runtime only. |
void |
Series.sortByLabels(ValueListOrder order)
Sorts all points in the series using the Labels (texts) list.
Note: non-mandatory values (X) are modified (they are not preserved). |