TcxGridChartView.DataGroups Property
In This Article
Provides indexed access to all data groups in the View.
#Declaration
Delphi
property DataGroups[Index: Integer]: TcxGridChartDataGroup read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The index of a data group within the DataGroups collection is determined by the data group’s Index property. Use the DataGroupCount property to get a count of all data groups within this collection.
To access data groups associated with data levels, use the VisibleDataGroups zero-based indexed collection.
See Also