Skip to main content

AxisPageTab Enum

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

Namespace: DevExpress.XtraCharts.Wizard

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

NuGet Package: DevExpress.Win.Charts

Declaration

public enum AxisPageTab

Members

Name Description
General

Identifies the General tab on the Axes wizard page.

ScaleOptions

Identifies the Scale Options tab on the Axes wizard page.

Appearance

Identifies the Appearance tab on the Axes wizard page.

Elements

Identifies the Elements tab on the Axes wizard page.

Labels

Identifies the Labels tab on the Axes wizard page.

Strips

Identifies the Strips tab on the Axes wizard page.

ConstantLines

Identifies the Constant Lines tab on the Axes wizard page.

ScaleBreaks

Identifies the Scale Breaks tab on the Axes wizard page.

Remarks

Values listed by the AxisPageTab enumeration are used to manipulate the WizardAxisPage.HiddenPageTabs collection via the AxisPageTabCollection.Add, AxisPageTabCollection.AddRange and AxisPageTabCollection.Remove methods.

See Also