TChartValueList.Order

TChartValueList.Order
TChartValueList

property Order: TChartListOrder;

Unit
TeEngine

Description
Run-time only.
The Order property determines if points will be automatically sorted or it they will remain always at their original positions.
This Order is used by default by the Series XValues to draw lines from Left to Right.
Setting the XValues.Order property to loNone will respect the points order at point creation.
This can be used to draw polygons.

See also Sort and FillSequence methods.

Note: Some series (like HorizBar series) have a default order of "none" for XValues. They set by default an ascending order to YValues instead of XValues.