Search
LayoutBuilder.createAndAddColumnLayout Method
See Also
 






Creates a StackPanel containing the specified Plot-s and AxisRenderer. The Panel is automatically added to the Dashboard's LayoutPanel.

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

 Syntax

Java  Copy Code

public StackPanel createAndAddColumnLayout (
    XAxisRenderer top,
    Plot2D plot1,
    Plot2D plot2
)

 Parameters

top

An XAxisRenderer that should be placed at top side of the plots.

plot1

A Plot2D instance.

plot2

A Plot2D instance.

 Return Value

A StackPanel instance.

 See Also