2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / iChartRect Interface / Invalidate Method / Invalidate(Rectangle) Method
A rectangle that represents the region to invalidate.

In This Topic
    Invalidate(Rectangle) Method
    In This Topic
    Invalidates the specified region of the chart area and causes to be redrawn.
    Syntax
    'Declaration
     
    Overloads Sub Invalidate( _
       ByVal r As System.Drawing.Rectangle _
    ) 
    void Invalidate( 
       System.Drawing.Rectangle r
    )

    Parameters

    r
    A rectangle that represents the region to invalidate.
    See Also