2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / ShowWizard Method / ShowWizard() Method

In This Topic
    ShowWizard() Method
    In This Topic
    Raises the chart wizard dialog at runtime.
    Syntax
    'Declaration
     
    Public Overloads Function ShowWizard() As System.Windows.Forms.DialogResult
    public System.Windows.Forms.DialogResult ShowWizard()

    Return Value

    DialogResult
    Remarks
    The chart wizard displays the chart properties step by step, permitting the construction or modification of a chart in a progressive and logical manner.
    See Also