TcxGridChartView.DataLevelObjects Property
Provides indexed access to data groups associated with data levels in the View.
Declaration
property DataLevelObjects[Index: Integer]: TcxGridChartDataGroup read;
Property Value
Type | Description |
---|---|
TcxGridChartDataGroup | A Chart View data group. |
Remarks
This property returns the data group which is associated with the data level passed as an index. For the data level that corresponds to default categories, nil
is returned.
See Also