Charting for WinForms Programmer's Guide
RootControl.Invalidate Method
See Also
 






Invalidates the specified region of a component.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

void Invalidate (
    RectD rect,
    Component panel
)

Visual Basic  Copy Code

Sub Invalidate( _
    rect As RectD, _
    panel As Component _
)

 Parameters

rect

The area to invalidate and redraw.

panel

The reference Component.

 See Also

RootControl Members
RootControl Interface
MindFusion.Charting.Components Namespace