DrillDownStateChangingEventArgs(DrillDownItem[]) Constructor
Initializes new instance of the DrillDownStateChangingEventArgs 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 collection of states that specify filter parameters on each detail level. |
See Also