Skip to main content

TcxGridDBChartView.Categories Property

Specifies the categories used to classify the data in the data-aware View.

Declaration

property Categories: TcxGridDBChartCategories read; write;

Property Value

Type
TcxGridDBChartCategories

Remarks

Categories in the data-aware Chart Views stored in a TcxGridDBChartCategories class instance which enables you to link the categories to a specific dataset field and also provides various properties for customizing the appearance of the categories within the View.

Use the Categories property to specify the categories which will classify the data (the series values displayed) within the data-aware View for comparison purposes.

See Also