Skip to main content

TcxGridDBChartView.DataGroups Property

Provides indexed access to all data groups in the data-aware View.

Declaration

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

Property Value

Type
TcxGridDBChartDataGroup

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