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