Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartControl Class / Wizard Property


In This Topic
    Wizard Property (NChartControl)
    In This Topic
    Gives access to the chart wizard object.
    Syntax
    '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;}
    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