Search
LayoutBuilder.createRowLayout Method
See Also
 






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

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

 Syntax

Java  Copy Code

public StackPanel createRowLayout (
    YAxisRenderer left,
    Plot2D plot1,
    Plot2D plot2,
    Plot2D plot3,
    YAxisRenderer right
)

 Parameters

left

A YAxisRenderer that should be placed at the left side of the plots.

plot1

A Plot2D instance.

plot2

A Plot2D instance.

plot3

A Plot2D instance.

right

A YAxisRenderer that should be placed at the right side of the plots.

 Return Value

A StackPanel instance.

 See Also