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

WizardPageType Enum

Lists the values specifying the type of a WizardPage in the Chart Wizard.

Namespace: DevExpress.XtraCharts.Wizard

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

Declaration

public enum WizardPageType

Members

Name Description
ChartType

ChartWizard-ChartTypePage

Appearance

ChartWizard-AppearancePage

SeriesSettings

ChartWizard-SeriesPage

The tabs on this page cannot be hidden, so the WizardSeriesPage.HiddenPageTabs property does not exist.

Data

ChartWizard-DataPage

Chart

ChartWizard-ChartPage

View

ChartWizard-SeriesViewPage

SeriesLabels

ChartWizard-SeriesLabelPage

Axes

ChartWizard-AxesPage

Legend

ChartWizard-LegendPage

Titles

ChartWizard-TitlesPage

Diagram

ChartWizard-DiagramPage

Panes

ChartWizard-PanesPage

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

ChartWizard-AnnotationsPage

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.

See Also