TcxGridChartView.DataLevelCount Property
Returns the total number of data levels defined in the View.
Declaration
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