TcxGridChartView.DataGroupCount Property
In This Article
Gets a count of data groups in the View.
#Declaration
Delphi
property DataGroupCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
To access a particular data group, use the DataGroups zero-based collection.
See Also