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