Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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