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

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.v18.2.Web.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 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