TcxGridChartViewData.GroupValues Property
In This Article
Provides indexed access to category values associated with data groups.
#Declaration
Delphi
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.
To access category values associated with a particular visible data group, use the VisibleGroupValues collection.
See Also