Search
LayoutBuilder.createAndAdd2By1ColumnLayout Method
See Also
 






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.

Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js

 Syntax

JavaScript  Copy Code

function createAndAdd2By1ColumnLayout (col1row1, col1row2, col2)

 Parameters

col1row1

The first component in first column.

col1row2

The second component in first column.

col2

The component in second column.

 Return Value

A StackPanel instance.

 See Also