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

TcxGridChartItem.Values Property

Provides indexed access to a collection of item values available to render a chart.

#Declaration

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

#Property Value

Type
Variant

#Remarks

Items in this collection are stored based upon the order of records in the View’s data controller.

Note

The following properties have no effect on this order:

Use the ValueCount property to determine the total number of values in the Values collection.

See Also