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