Skip to main content
A newer version of this page is available. .

TcxGridChartView.VisibleDataGroups Property

Provides indexed access to all data groups associated with data levels in the View. These data groups are called visible data groups.

Declaration

property VisibleDataGroups[Index: Integer]: TcxGridChartDataGroup read;

Property Value

Type
TcxGridChartDataGroup

Remarks

Use the VisibleDataGroupCount property to get a count of all visible data groups within the VisibleDataGroups collection.

To access all data groups in the View, use the DataGroups zero-based indexed collection.

See Also