WizardPageType Enum
Lists the values specifying the type of a WizardPage in the Chart Wizard.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Members
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
|
Related API Members
The following properties accept/return WizardPageType values:
Remarks
The WizardPageType
values are used to add a page to a Wizard via the WizardGroup.RegisterPage methods. You cannot register a page with the UserDefined type. However, any page created by the user (i.e. not the built-in one) has this type.
The Chart Wizard can have only one page of each of the predefined types, except for UserDefined.
Note that a particular page type may correspond to a different numeric value from one product version to another.