TcxGridChartViewData.VisibleCategories Property
Provides indexed access to visible category values.
Declaration
property VisibleCategories[AIndex: Integer]: Variant read;
Property Value
Type | Description |
---|---|
Variant | A visible category value. |
Remarks
A category value is referenced by its on-screen position passed as an index to the VisibleCategories
collection.
Use the View’s Controller.VisibleCategoryCount to determine the total number of categories displayed within the View.
To access and modify values of the default categories, use the Categories collection.
You can use the View’s Categories.SortOrder and SortOrder properties of series and data groups to customize the order of elements in the VisibleCategories
collection.
See Also