Search
Dashboard.invalidateLayout Method
See Also
 






Implements RootControl.invalidateLayout. Invalidates the layout of the specified Panel.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public void invalidateLayout (
    Panel panel
)

 Parameters

panel

The Panel to invalidate.

 See Also