Search
RootControl.invalidate Method
See Also
 






Invalidates the specified region of a component.

Namespace: MindFusion.Charting.Components
File: RootControl.js

 Syntax

JavaScript  Copy Code

function invalidate (rect, panel)

 Parameters

rect

Type: void
The area to invalidate and redraw.

panel

Type: void
The reference Component.

 See Also