Skip to main content

TcxGridChartCategories.Values Property

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

Declaration

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

Property Value

Type
Variant

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