'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Chart.NWizardEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Nevron Chart for .NET")> <System.ComponentModel.DescriptionAttribute("Shows the built-in chart wizard, which can help you build a chart based on a chart template")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property Wizard As NChartWizard
'Usage
Dim instance As NChartControl Dim value As NChartWizard value = instance.Wizard
[System.ComponentModel.Editor(Nevron.Chart.NWizardEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Nevron Chart for .NET")] [System.ComponentModel.Description("Shows the built-in chart wizard, which can help you build a chart based on a chart template")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.Xml.Serialization.XmlIgnore()] public NChartWizard Wizard {get;}