MindFusion.Java Package Programmer's Guide
LayoutBuilder.createAndAddRowLayout Method
See Also
 






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

 Overload List

Name Description

LayoutBuilder.createAndAddRowLayout (YAxisRenderer, Plot2D, Plot2D)

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

LayoutBuilder.createAndAddRowLayout (YAxisRenderer, Plot2D, Plot2D, Plot2D, YAxisRenderer)

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

LayoutBuilder.createAndAddRowLayout (YAxisRenderer, Plot2D[], YAxisRenderer)

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

LayoutBuilder.createAndAddRowLayout (YAxisRenderer[], Plot2D[], YAxisRenderer[])

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

 See Also

LayoutBuilder Members
LayoutBuilder Class
com.mindfusion.charting.swing Namespace