Creates a StackPanel containing the specified Plot-s and AxisRenderer.
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. |