2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / Invalidate Method / Invalidate(Boolean) Method

In This Topic
    Invalidate(Boolean) Method
    In This Topic
    Invalidates the entire surface of the control and causes the control to be redrawn.
    Syntax
    'Declaration
     
    Public Overloads Sub Invalidate( _
       ByVal invalidateChildren As System.Boolean _
    ) 
    public void Invalidate( 
       System.bool invalidateChildren
    )

    Parameters

    invalidateChildren
    See Also