ChartControl.DrillDownToArgument(Object) Method
In This Article
Drills down to the passed argument if the actual series template has the SeriesTemplate.ArgumentDrillTemplate specified.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
argument | Object | The data object value that specifies the chart’s argument. |
#Returns
Type | Description |
---|---|
Boolean | true if the Chart Control drills down to the argument; otherwise false. |
#Remarks
The chart generates new series using the SeriesTemplate.ArgumentDrillTemplate for them. You can prevent / handle the drill down state’s change using the ChartControl.DrillDownStateChanging / ChartControl.DrillDownStateChanged events.
See Also