TdxChartCustomSeries.SortBy Property
Specifies if the series sorts its data points by their arguments or values.
#Declaration
property SortBy: TdxChartSeriesSortBy read; write; default TdxChartSeriesSortBy.Argument;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
Argument |
|
#Remarks
Set the SortOrder property to soAscending or soDescending to sort series points in ascending or descending order, respectively.
Note
#Default Value
The SortBy
property’s default value is TdxChartSeriesSortBy.Argument.