WebChartControl.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.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
argument | Object | The data object value that specifies the chart’s argument. |
#Returns
Type | Description |
---|---|
Boolean | true if the Web Chart Control drills down to the argument; otherwise false. |
#Remarks
The chart uses the SeriesTemplate.ArgumentDrillTemplate to generate new series. You can prevent / handle the drill down state’s change using the WebChartControl.DrillDownStateChanging / WebChartControl.DrillDownStateChanged events.
See Also