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 TChartSeries.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 TChartValueList.Sort and TChartValueList.FillSequence methods.
Note: Some series (like THorizBarSeries series) have a default order of "none" for XValues. They set by default an ascending order to TChartSeries.YValues instead of XValues.