ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase 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