Invalidate(Rectangle) Method
Invalidates the specified region of the chart area and causes to be redrawn.
public virtual void Invalidate(
System.Drawing.Rectangle
)
'Declaration
Public Overloads Overridable Sub Invalidate( _
ByVal As System.Drawing.Rectangle _
)
Parameters
- r
- A rectangle that represents the region to invalidate.