MindFusion.Java Package Programmer's Guide
LayoutBuilder.createColumnLayout Method (XAxisRenderer, Plot2D, Plot2D)
See Also
 






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

Namespace: com.mindfusion.charting.swing
Package: 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

createColumnLayout Method Overload List
LayoutBuilder Members
LayoutBuilder Class
com.mindfusion.charting.swing Namespace