Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / ChartControl Class / Wizard Property


Wizard Property
Gives access to the chart wizard object.
Syntax
'Declaration
 
<EditorAttribute(Xceed.Chart.WizardEditor, System.Drawing.Design.UITypeEditor)>
<CategoryAttribute("Xceed Chart for WinForms")>
<DescriptionAttribute("Shows the build - in chart wizard, which can help you build a chart based on a chart template")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property Wizard As ChartWizard
 
'Usage
 
Dim instance As ChartControl
Dim value As ChartWizard
 
value = instance.Wizard
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also