Skip to main content

TcxGridChartView.ActiveDataLevel Property

Specifies the level of detail (also called the active data level) which is in effect in the View.

Declaration

property ActiveDataLevel: Integer read; write;

Property Value

Type
Integer

Remarks

The ActiveDataLevel and ActiveDataGroup properties allow you to implement level navigation in code. Refer to the description of the ActiveDataGroup property to learn about activating data groups and levels in Chart Views.

The total number of data levels which are displayed within the View can be obtained via the DataLevelCount property.

Note that when the highest data level is active, the ActiveDataLevel property returns the DataLevelCount property value minus 1.

See Also