ChartWizard.PresentationGroup Property
Gets the Presentation group from the Chart Wizard‘s group collection.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
WizardGroup | A WizardGroup object that represents the Construction group of Wizard pages. |
Remarks
There are different ways to get access to a wizard’s pages. One of them is to obtain a required group from the ChartWizard.Groups array, and then obtain a required page from the WizardGroup.Pages array. However, this approach appears to be inflexible, as it involves a group’s and a page’s index.
If you want to get the direct access to a specific wizard group or page, use one of the following properties.
PresentationGroup
- ChartWizard.ChartPage
- ChartWizard.DiagramPage
- ChartWizard.PanePage
- ChartWizard.AxisPage
- ChartWizard.SeriesViewPage
- ChartWizard.SeriesLabelsPage
- ChartWizard.TitlePage
- ChartWizard.LegendPage
- ChartWizard.AnnotationPage
For more information, refer to Chart Wizard.