Skip to main content

TcxGridChartItem.Values Property

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

Declaration

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