Search
Dashboard.Invalidate Method
See Also
 






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

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public void Invalidate (
    Rect rect,
    Component panel
)

Visual Basic  Copy Code

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

 Parameters

rect

The area to invalidate and redraw.

panel

The reference Component.

 See Also