Implements RootControl.Invalidate. Invalidates the specified region of a component.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public void Invalidate ( |
Visual Basic
Copy Code
|
|---|
Public Sub Invalidate( _ |
The area to invalidate and redraw.
The reference Component.
See Also