DrillDownStateChangedEventArgs(DrillDownItem[], Series[]) Constructor
Initializes new instance of the DrillDownStateChangedEventArgs class with the specified settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.2.dll
Declaration
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