Search
LayoutBuilder Methods
 


 Public Methods

  Name Description

Create1By2ColumnLayout

Creates a two-column stack panel whose first column is a vertical stack of two components.

Create1By2RowLayout

Creates a two-row stack panel whose second row is a horizontal stack of two components.

Create2By1ColumnLayout

Creates a two-column stack panel whose first column is a vertical stack of two components.

Create2By1RowLayout

Creates a two-row stack panel whose first row is a horizontal stack of two components.

Create2By2Layout

Creates horizontal stack panels for components on same row and adds them to a vertical stack panel.

CreateAndAdd1By2ColumnLayout

Creates a two-column stack panel whose first column is a vertical stack of two components. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAdd1By2RowLayout

Creates a two-row stack panel whose second row is a horizontal stack of two components. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAdd2By1ColumnLayout

Creates a two-column stack panel whose first column is a vertical stack of two components. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAdd2By1RowLayout

Creates a two-row stack panel whose first row is a horizontal stack of two components. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAdd2By2Layout

Creates horizontal stack panels for components on same row and adds them to a vertical stack panel. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAddColumnLayout

Overloaded. Creates a StackPanel containing a specified plots and axis renderer.

CreateAndAddPlotAndAxes

Creates a GridPanel containing the specified plot and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAddPlotWithBottomAndLeftAxes

Creates a GridPanel containing the specified plot and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAddPlotWithBottomAndRightAxes

Creates a GridPanel containing the specified plot and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAddPlotWithTopAndLeftAxes

Creates a GridPanel containing the specified plot and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAddPlotWithTopAndRightAxes

Creates a GridPanel containing the specified plot and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.

CreateAndAddRowLayout

Overloaded. Creates a StackPanel containing specified plots and axis renderer.

CreateColumnLayout

Overloaded. Creates a StackPanel containing specified plots and axis renderer.

CreateLayout

Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.

CreatePlotAndAxes

Creates a GridPanel containing the specified plot and axis renderers.

CreatePlotWithBottomAndLeftAxes

Creates a GridPanel containing the specified plot and axis renderers.

CreatePlotWithBottomAndRightAxes

Creates a GridPanel containing the specified plot and axis renderers.

CreatePlotWithTopAndLeftAxes

Creates a GridPanel containing the specified plot and axis renderers.

CreatePlotWithTopAndRightAxes

Creates a GridPanel containing the specified plot and axis renderers.

CreateRowLayout

Overloaded. Creates a StackPanel containing specified plots and axis renderer.

 See Also