Skip to main content

TcxGridChartView.SortedSeries Property

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

Declaration

property SortedSeries: TcxGridChartSeries read; write;

Property Value

Type Description
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