Search
LayoutBuilder.createColumnLayout Method
See Also
 






Creates a StackPanel containing the specified Plot-s and AxisRenderer.

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

 Syntax

Java  Copy Code

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

 Parameters

top

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

plot1

A Plot2D instance.

plot2

A Plot2D instance.

 Return Value

A StackPanel instance.

 See Also