WebChartControl.DrillDownToSeries(Object) Method
Drills down to a series with the passed series ID if the actual series template has the SeriesTemplate.SeriesDrillTemplate specified.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v25.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| seriesObject | Object | The data object value that specifies the series identifier. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the Web Chart Control drills down to the series; otherwise false. |
Remarks
The chart generates new series using the SeriesTemplate.SeriesDrillTemplate for them. You can prevent / handle the drill down state’s change using the WebChartControl.DrillDownStateChanging / WebChartControl.DrillDownStateChanged events.
See Also