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

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

    Parameters

    version
    Dialog version.

    Return Value

    DialogResult
    See Also