Search
Panel.invalidate Method
See Also
 






Component.Invalidate override. Invalidates the appearance this panel and calls its Draw method at next draw operation.

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

 Syntax

JavaScript  Copy Code

function invalidate ([rect])

 Parameters

rect
Optional.

A Rect instance specifying the invalid rectangle.

 See Also