TcxGridChartView.SortedSeries Property
In This Article
Specifies the series whose chart values are used to determine the category display order.
#Declaration
Delphi
property SortedSeries: TcxGridChartSeries read; write;
#Property Value
Type | Description |
---|---|
Tcx |
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 Sort
End-users are able to customize sorting applied to series using the Customization Form.
See Also