Skip to main content
A newer version of this page is available. .

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.v18.2.UI.dll

Declaration

public bool DrillDownToSeries(
    object seriesObject
)

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