Search
LayoutBuilder.create1By2RowLayout Method
See Also
 






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

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

 Syntax

JavaScript  Copy Code

function create1By2RowLayout (row1, row2col1, row2col2)

 Parameters

row1

The component on first row.

row2col1

The first component on second row.

row2col2

The second component on second row.

 Return Value

A StackPanel instance.

 See Also