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

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

    Parameters

    type
    stacked
    See Also