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






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

 Overload List

Name Description

LayoutBuilder.createAndAddColumnLayout (XAxisRenderer, Plot2D, Plot2D)

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

LayoutBuilder.createAndAddColumnLayout (XAxisRenderer, Plot2D, Plot2D, Plot2D, XAxisRenderer)

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

LayoutBuilder.createAndAddColumnLayout (XAxisRenderer, Plot2D[], XAxisRenderer)

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

LayoutBuilder.createAndAddColumnLayout (XAxisRenderer[], Plot2D[], XAxisRenderer[])

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