Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartView.Categories Property

Specifies categories used to classify data within the View.

#Declaration

Delphi
property Categories: TcxGridChartCategories read; write;

#Property Value

Type Description
TcxGridChartCategories

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