Skip to main content

DrillDownStateChangedEventArgs(DrillDownItem[], Series[]) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public DrillDownStateChangedEventArgs(
    DrillDownItem[] states,
    Series[] series
)

Parameters

Name Type Description
states DrillDownItem[]

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

series Series[]

The array of series that the Chart Control generates at the current detail level.

See Also