Skip to main content

TcxGridChartView.SortedSeries Property

Specifies the series whose chart values are used to determine the plotting order of categories in the View.

Declaration

property SortedSeries: TcxGridChartSeries read; write;

Property Value

Type
TcxGridChartSeries

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