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:
The View’s Categories.SortOrder and a diagram’s AxisCategory.CategoriesInReverseOrder properties;
The SortOrder property of series and data group.
Use the ValueCount property to determine the total number of values in the Values collection.
See Also