Skip to main content

Series.DrillDown() Method

Drills down to the series if the series template by which the series is generated has the SeriesTemplate.SeriesDrillTemplate property specified.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool DrillDown()

Returns

Type Description
Boolean

true if the Chart Control drills down to the series; otherwise false.

See Also