Skip to main content

DrillDownStateChangingEventArgs(DrillDownItem[]) Constructor

Initializes new instance of the DrillDownStateChangingEventArgs class with the specified settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public DrillDownStateChangingEventArgs(
    DrillDownItem[] states
)

Parameters

Name Type Description
states DrillDownItem[]

The collection of states that specify filter parameters on each detail level.

See Also