TcxGridChartView.VisibleDataGroups Property
Provides indexed access to all data groups associated with data levels in the View.
Declaration
property VisibleDataGroups[Index: Integer]: TcxGridChartDataGroup read;
Property Value
| Type | Description |
|---|---|
| TcxGridChartDataGroup | A visible Chart View data group. |
Remarks
Use the VisibleDataGroupCount property to identify the number of data groups accessible through the VisibleDataGroups property.
See Also