ASP.NET Pack Programmer's Guide
Component.Invalidate Method (RectD)
See Also
 





Invalidates the appearance of this component and calls its Draw method at next draw operation.

Namespace: MindFusion.Charting.Components
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual void Invalidate (
    RectD rect
)

Visual Basic  Copy Code

Public Overridable Sub Invalidate( _
    rect As RectD _
)

 Parameters

rect

A RectD instance specifying the invalid rectangle.

 See Also

Invalidate Method Overload List
Component Members
Component Class
MindFusion.Charting.Components Namespace