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

TcxGridChartCategories.VisibleValues Property

Provides indexed access to category values displayed in a Chart View.

#Declaration

Delphi
property VisibleValues[Index: Integer]: Variant read;

#Property Value

Type Description
Variant

A visible category value.

#Remarks

To get a particular category value, pass the category’s on-screen position as an index to the VisibleValues zero-based indexed collection.

Use the VisibleValueCount property to determine the total number of elements within the VisibleValues collection.

Compared with Values, the VisibleValues collection contains only category values that are displayed in a chart and these are sorted based upon display order.

You can use the View’s Categories.SortOrder and SortOrder properties of series and data groups to customize the display order of categories.

Note

A diagram’s AxisCategory.CategoriesInReverseOrder property has no effect on the order of elements in VisibleValues and VisibleDisplayTexts collections.

See Also