Search
Component.invalidate Method
See Also
 






Invalidates the appearance of this component and calls its Draw method at next draw operation.

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

 Syntax

JavaScript  Copy Code

function invalidate ([rect])

 Parameters

rect
Optional.

A RectD instance specifying the invalid rectangle.

 See Also