Skip to main content
A newer version of this page is available. .

ChartControl.DrillDownStateChanged Event

Occurs when the Chart Control’s drill down state is changed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.UI.dll

Declaration

public event DrillDownStateChangedEventHandler DrillDownStateChanged

Event Data

The DrillDownStateChanged event's data class is DrillDownStateChangedEventArgs. The following properties provide information specific to this event:

Property Description
Series Provides the array of series that the chart control generates using the new actual series template.
States Returns the array of states that specify filtering parameters applied on each detail level.

Remarks

The Chart Control raises this event when new detail data is revealed or current data is concealed.

See Also