WizardPage.WizardPageType Property
Gets the Wizard page’s type.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
WizardPageType | A WizardPageType enumeration member, characterizing the type of a page. |
Available values:
Name | Description |
---|---|
ChartType | |
Appearance | |
SeriesSettings |
The tabs on this page cannot be hidden, so the WizardSeriesPage.HiddenPageTabs property does not exist. |
Data | |
Chart | |
View | |
SeriesLabels | |
Axes | |
Legend | |
Titles | |
Diagram | |
Panes | |
UserDefined | This type signifies a page which is not inherent to the ChartWizard. It is for internal use. You cannot register a page of this type. |
Annotations |
Remarks
The WizardPageType property is assigned when the Wizard’s page is created or registered via the WizardGroup.RegisterPage method.
If the user registers a page, the WizardPageType property of this page returns a WizardPageType.UserDefined value.