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

ChartPageTab Enum

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

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public enum ChartPageTab

Members

Name Description
General

Identifies the General tab on the Chart wizard page.

Border

Identifies the Border tab on the Chart wizard page.

Padding

Identifies the Padding tab on the Chart wizard page.

EmptyChartText

Identifies the Emty Chart Text tab on the Chart wizard page.

SmallChartText

Identifies the Small Chart Text tab on the Chart wizard page.

Remarks

Values listed by the ChartPageTab enumeration are used to manipulate the WizardChartPage.HiddenPageTabs collection via the ChartPageTabCollection.Add, ChartPageTabCollection.AddRange and ChartPageTabCollection.Remove methods.

See Also