Search
Dashboard.invalidate Method
See Also
 






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

Namespace: MindFusion.Charting.Controls
File: Dashboard.js

 Syntax

JavaScript  Copy Code

function invalidate ([rect, [panel]])

 Parameters

rect
Optional.

The area to invalidate and redraw.

panel
Optional.

The reference Component.

 See Also