Skip to main content

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
TcxGridChartDataGroup

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