Skip to main content

TdxChartCustomSeries.SortBy Property

Specifies if the series sorts its data points against their arguments or values.

Declaration

property SortBy: TdxChartSeriesSortBy read; write; default TdxChartSeriesSortBy.Argument;

Property Value

Type Default Description
TdxChartSeriesSortBy Argument

If TdxChartSeriesSortBy.Argument (default), the series sorts its data points against arguments. If TdxChartSeriesSortBy.Value, the series sorts its data points against values.

Remarks

Set the SortOrder property to soAscending or soDescending to sort series points in ascending or descending order, respectively.

Note

The SortBy property value is ignored if the SortOrder property is set to soNone.

Default Value

The SortBy property’s default value is TdxChartSeriesSortBy.Argument.

See Also