Search
LayoutBuilder.createAndAddRowLayout 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 createAndAddRowLayout (
    YAxisRenderer left,
    Plot2D plot1,
    Plot2D plot2
)

 Parameters

left

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

plot1

A Plot2D instance.

plot2

A Plot2D instance.

 Return Value

A StackPanel instance.

 See Also