Skip to main content

TcxGridChartView.DataGroups Property

Provides indexed access to all data groups in the View.

Declaration

property DataGroups[Index: Integer]: TcxGridChartDataGroup read; write;

Property Value

Type
TcxGridChartDataGroup

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