vcl-cxgridchartview-dot-tcxgridchartcategories.md
Provides indexed access to the collection of category values that are used to render the current View.
property Values[Index: Integer]: Variant read; write; default;
| Type | Description |
|---|---|
| Variant |
A category value.
|
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
TcxGridChartSeries.AddValue Procedure
Obtain and Set Values in Chart Views