Search
LayoutBuilder.createAndAdd1By2ColumnLayout 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 createAndAdd1By2ColumnLayout (col1, col2row1, col2row2)

 Parameters

col1

The component in first column.

col2row1

The first component in second column.

col2row2

The second component in second column.

 Return Value

A StackPanel instance.

 See Also