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

TcxGridChartViewData.VisibleCategories Property

Provides indexed access to visible category values.

#Declaration

Delphi
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