Search
Component.invalidate Method
See Also
 






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

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

public void invalidate (
    Rectangle2D rect
)

 Parameters

rect

A RectD instance specifying the invalid rectangle.

 See Also