Skip to main content

PanePageTab Enum

Lists the values that specify tabs on the Panes page of the Chart Wizard.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public enum PanePageTab

Members

Name Description
General

Identifies the General tab on the Panes wizard page.

Appearance

Identifies the Appearance tab on the Panes wizard page.

Border

Identifies the Border tab on the Panes wizard page.

Shadow

Identifies the Shadow tab on the Panes wizard page.

ScrollingZooming

Identifies the Scrolling and Zooming tab on the Legend wizard page.

ScrollBarOptions

Identifies the Scroll Bars tab on the Panes wizard page.

Remarks

Values listed by the PanePageTab enumeration are used to manipulate the WizardPanePage.HiddenPageTabs collection via the PanePageTabCollection.Add, PanePageTabCollection.AddRange and PanePageTabCollection.Remove methods.

See Also