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

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

    Parameters

    type
    stacked
    lines
    symbols
    fit
    See Also