Skip to main content
A newer version of this page is available. .

TcxGridChartViewData.VisibleCategories Property

Provides indexed access to values of the categories displayed within the View.

Declaration

property VisibleCategories[AIndex: Integer]: Variant read;

Property Value

Type
Variant

Remarks

A category value is referenced by its on-screen position passed as an index to the VisibleCategories zero-based 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