Search
Dashboard.setLayoutPanel Method
See Also
 






Gets a Panel containing Dashboard Components that should participate in layout measurements and be arranged relatively to each other.

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

 Syntax

Java  Copy Code

public void setLayoutPanel (
    Panel value
)

 Parameters

value

A Panel instance.

 See Also