TcxGridChartViewData.GroupValues Property
Provides indexed access to category values associated with data groups.
Declaration
property GroupValues[ADataGroupIndex: Integer; AIndex: Integer]: Variant read; write;
Property Value
Type |
---|
Variant |
Remarks
The ADataGroupIndex parameter specifies the index of a data group in the DataGroups collection.
The AIndex parameter specifies the index of the category value within the data group’s Values collection.
Note
The View’s Categories.SortOrder property and the SortOrder property of series and data groups don’t affect the order of storing values within the GroupValues collection.
To access category values associated with a particular visible data group, use the VisibleGroupValues collection.
See Also