2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart.Designer Namespace / WizardProps2 Class / WizardProps2 Constructor / WizardProps2 Constructor(Chart2DTypeEnum,Boolean)

In This Topic
    WizardProps2 Constructor(Chart2DTypeEnum,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As Chart2DTypeEnum, _
       ByVal stacked As System.Boolean _
    )
    public WizardProps2( 
       Chart2DTypeEnum type,
       System.bool stacked
    )

    Parameters

    type
    stacked
    See Also