2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart.Designer Namespace / WizardProps2 Class / createRadar Method

In This Topic
    createRadar Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function createRadar( _
       ByVal lines As System.Boolean, _
       ByVal symbols As System.Boolean, _
       ByVal filled As System.Boolean _
    ) As WizardProps2
    public static WizardProps2 createRadar( 
       System.bool lines,
       System.bool symbols,
       System.bool filled
    )

    Parameters

    lines
    symbols
    filled
    See Also