TcxGridChartView.DataLevelCount Property
In This Article
Returns the total number of data levels defined in the View.
#Declaration
Delphi
property DataLevelCount: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The number of data levels in the Chart View. |
#Remarks
Use the DataLevelObjects zero-based indexed collection to access data groups associated with data levels.
See Also