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

TitlePageTab Enum

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

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

public enum TitlePageTab

Members

Name Description
General

Identifies the General tab on the Chart Titles wizard page.

Text

Identifies the Text tab on the Chart Titles wizard page.

Remarks

Values listed by the TitlePageTab enumeration are used to manipulate the WizardTitlePage.HiddenPageTabs collection via the TitlePageTabCollection.Add, TitlePageTabCollection.AddRange and TitlePageTabCollection.Remove methods.

See Also