Skip to main content

WebChartControl.DrillUp() Method

In This Article

Drills up if the actual series template is not a root (WebChartControl.SeriesTemplate) template.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v24.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public bool DrillUp()

#Returns

Type Description
Boolean

true if the Chart drills up; otherwise false.

See Also