Xceed Chart for WinForms v4.4 Documentation
Wizard Property


Xceed.Chart.v4.4 Assembly > Xceed.Chart Namespace > ChartControl Class : Wizard Property
Gives access to the chart wizard object.
Syntax
'Declaration
 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.WizardEditor, Xceed.Chart.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<CategoryAttribute("Xceed Chart for .NET")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Shows the build - in chart wizard, which can help you build a chart based on a chart template")>
Public ReadOnly Property Wizard As ChartWizard
'Usage
 
Dim instance As ChartControl
Dim value As ChartWizard
 
value = instance.Wizard
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.WizardEditor, Xceed.Chart.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[Category("Xceed Chart for .NET")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Shows the build - in chart wizard, which can help you build a chart based on a chart template")]
public ChartWizard Wizard {get;}
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

Reference

ChartControl Class
ChartControl Members