ChartControl.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
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
seriesObject | Object | The data object value that specifies the series identifier. |
Returns
Type | Description |
---|---|
Boolean | true if the 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 ChartControl.DrillDownStateChanging / ChartControl.DrillDownStateChanged events.
See Also