vcl-dxchartcore-dot-tdxchartcustomseries-e2ee51cf.md
Specifies if the series sorts its data points by their arguments or values.
property SortBy: TdxChartSeriesSortBy read; write; default TdxChartSeriesSortBy.Argument;
| Type | Default | Description |
|---|---|---|
| TdxChartSeriesSortBy | Argument | TdxChartSeriesSortBy.Argument Default. The series sorts its data points by arguments if the SortOrder property is set to soAscending or soDescending.TdxChartSeriesSortBy.ValueThe series sorts its data points by values if the SortOrder property is set to soAscending or soDescending. |
Set the SortOrder property to soAscending or soDescending to sort series points in ascending or descending order, respectively.
Note
SortBy property value is ignored if the SortOrder property is set to soNone.SortBy and SortOrder properties do not affect the actual order of series points accessible through the Points property.The SortBy property’s default value is TdxChartSeriesSortBy.Argument.
See Also