TcxGridChartView.Categories Property
In This Article
Specifies categories used to classify data within the View.
#Declaration
Delphi
property Categories: TcxGridChartCategories read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores Chart View categories and their settings. |
#Remarks
Use the Categories
property to specify the categories which will classify the data (the series values displayed) within the View for comparison purposes. The categories in a Chart View are represented by an instance of the TcxGridChartCategories class which provides various properties for customizing the appearance of the categories within the View.
See Also