Back to Devexpress

TcxGridChartView.ActiveDataLevel Property

vcl-cxgridchartview-dot-tcxgridchartview-09fcd1af.md

latest1.8 KB
Original Source

TcxGridChartView.ActiveDataLevel Property

Specifies the level of detail which is in effect in the View.

Declaration

delphi
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

TcxGridChartController.DataDrillDown

TcxGridChartController.DataDrillUp

TcxGridChartController.IsDataDrillDownPossible

TcxGridChartView.DataLevelObjects

TcxGridChartViewStyles.ActiveDataLevelInfo

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit