Back to Devexpress

TcxGridChartView.Categories Property

vcl-cxgridchartview-dot-tcxgridchartview-0784a864.md

latest1.2 KB
Original Source

TcxGridChartView.Categories Property

Specifies categories used to classify data within the View.

Declaration

delphi
property Categories: TcxGridChartCategories read; write;

Property Value

TypeDescription
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

TcxGridChartCategories

TcxGridChartView.Series

Obtain and Set Values in Chart Views

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit