Describes the possible values of the Order property.
[Serializable]
public sealed enum ValueListOrder : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
NoneValues are ordered in the order in which they were added to the ValueList.
AscendingValues are ordered in ascending numerical order.
DescendingValues are ordered in descending numerical order.

See Also

Steema.TeeChart.Styles Namespace