TitlePageTab Enum
Lists the values that specify tabs on the Chart Titles page of the Chart Wizard.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
Declaration
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