Back to Devexpress

TcxGridChartView.SortedSeries Property

vcl-cxgridchartview-dot-tcxgridchartview-46af6410.md

latest951 B
Original Source

TcxGridChartView.SortedSeries Property

Specifies the series whose chart values are used to determine the category display order.

Declaration

delphi
property SortedSeries: TcxGridChartSeries read; write;

Property Value

TypeDescription
TcxGridChartSeries

The source chart series.

|

Remarks

To cancel sorting by chart values, assign nil to the SortedSeries property.

Note

Alternatively, you can apply sorting to a series via its SortOrder property.

End-users are able to customize sorting applied to series using the Customization Form.

See Also

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit