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

DrillDownStateChangedEventArgs(DrillDownItem[], Series[]) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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