Search
Dashboard.Invalidate Method
See Also
 






Implements RootControl.InvalidateLayout. Invalidates the specified region of a component.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public void Invalidate (
    RectD rect,
    Component panel
)

Visual Basic  Copy Code

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

 Parameters

rect

The area to invalidate and redraw.

panel

The reference Component.

 See Also