Skip to main content

TcxGridChartView.Categories Property

Specifies the categories used to classify data within the View.

Declaration

property Categories: TcxGridChartCategories read; write;

Property Value

Type
TcxGridChartCategories

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