Back to Devexpress

TdxChartCustomSeries.SortBy Property

vcl-dxchartcore-dot-tdxchartcustomseries-e2ee51cf.md

latest2.2 KB
Original Source

TdxChartCustomSeries.SortBy Property

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

Declaration

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

Property Value

TypeDefaultDescription
TdxChartSeriesSortByArgumentTdxChartSeriesSortBy.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.

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.
  • SortBy and SortOrder properties do not affect the actual order of series points accessible through the Points property.

Default Value

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

See Also

TdxChartCustomSeries.TopNOptions Property

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit