TcxGridChartViewData.Categories Property
In This Article
Provides indexed access to values of the default categories associated with the View.
#Declaration
Delphi
property Categories[AIndex: Integer]: Variant read; write;
#Property Value
Type | Description |
---|---|
Variant | A default category value. |
#Remarks
Use the Categories
property to access and modify a specific category value provided by the data controller for displaying within the View. The AIndex
parameter specifies the index of the category value in the collection of category values. Alternatively, you can use the View’s Categories.Values collection for this purpose.
Use the VisibleCategories collection to access values of the default categories that are currently displayed in the View.
Note
The View’s Categories.Categories
collection.
See Also