2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartStyle Class / setAsDefaultStyle Method / setAsDefaultStyle(Boolean) Method
If false then clear the default style before assignment.

In This Topic
    setAsDefaultStyle(Boolean) Method
    In This Topic
    Set current style as default style.
    Syntax
    'Declaration
     
    Public Overloads Sub setAsDefaultStyle( _
       ByVal accumulate As System.Boolean _
    ) 
    public void setAsDefaultStyle( 
       System.bool accumulate
    )

    Parameters

    accumulate
    If false then clear the default style before assignment.
    See Also