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

In This Topic
    createDoughnut Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function createDoughnut( _
       ByVal sliced As System.Boolean, _
       ByVal is3d As System.Boolean, _
       ByVal stacked As System.Boolean _
    ) As WizardProps2
    public static WizardProps2 createDoughnut( 
       System.bool sliced,
       System.bool is3d,
       System.bool stacked
    )

    Parameters

    sliced
    is3d
    stacked
    See Also