TcxGridChartViewData.VisibleGroupValues Property
Provides indexed access to category values associated with a particular visible data group.
Declaration
property VisibleGroupValues[AVisibleDataGroupIndex: Integer; AIndex: Integer]: Variant read;
Property Value
Type |
---|
Variant |
Remarks
The AVisibleDataGroupIndex parameter specifies the index of a visible data group in the VisibleDataGroups collection.
The AIndex parameter specifies the index of the category value within the data group’s VisibleValues collection.
Use the VisibleGroupValueCount property to determine the total number of category values associated with a particular visible data group.
To access category values associated with a particular data group, use the GroupValues collection.
See Also