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.Values Property

Provides indexed access to the collection of category values that are used to render the current View.

#Declaration

Delphi
property Values[Index: Integer]: Variant read; write; default;

#Property Value

Type Description
Variant

A category value.

#Remarks

Use the Values property to access category values (values of the default categories) that are used to render the current View. To access category values that are displayed in the chart, use the VisibleValues zero-based indexed collection.

Use the ValueCount property to determine the number of the default categories in the chart. The index of a category value corresponds to the order in which category values are stored in the View’s data controller. Note that the View’s Categories.SortOrder property and the SortOrder property of series and data groups determine this order.

See Also