TcxGridChartItem.Values Property
In This Article
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:
The View’s Categories.
Sort and a diagram’s AxisOrder Category. properties;Categories In Reverse Order The Sort
Order property of series and data group.
Use the ValueCount property to determine the total number of values in the Values collection.
See Also