TcxGridChartView.DataLevelObjects Property
In This Article
Provides indexed access to data groups associated with data levels in the View.
#Declaration
Delphi
property DataLevelObjects[Index: Integer]: TcxGridChartDataGroup read;
#Property Value
Type | Description |
---|---|
Tcx |
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