TcxGridChartView.VisibleDataGroupCount Property
In This Article
Returns the number of data groups associated with data levels in the View.
#Declaration
Delphi
property VisibleDataGroupCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of visible data groups. |
#Remarks
To access a particular visible data group, use the VisibleDataGroups zero-based collection.
See Also