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

ChartControl.DrillUp() Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public bool DrillUp()

Returns

Type Description
Boolean

true if the Chart drills up; otherwise false.

See Also