TcxGridChartView.VisibleDataGroupCount Property
Returns the number of data groups associated with data levels in the View.
Declaration
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