Back to Devexpress

TcxGridChartView.DataGroups Property

vcl-cxgridchartview-dot-tcxgridchartview-8ca20d2b.md

latest1.5 KB
Original Source

TcxGridChartView.DataGroups Property

Provides indexed access to all data groups in the View.

Declaration

delphi
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

TcxGridChartView.DataGroupCount

TcxGridChartView.DataLevelCount

TcxGridChartView.DataLevelObjects

TcxGridChartView.VisibleDataGroupCount

TcxGridChartView.VisibleDataGroups

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit