TcxGridChartView.VisibleDataGroups Property
In This Article
Provides indexed access to all data groups associated with data levels in the View.
#Declaration
Delphi
property VisibleDataGroups[Index: Integer]: TcxGridChartDataGroup read;
#Property Value
Type | Description |
---|---|
Tcx |
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