Search
LayoutBuilder.create2By1RowLayout Method
See Also
 






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

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

 Syntax

JavaScript  Copy Code

function create2By1RowLayout (row1col1, row1col2, row2)

 Parameters

row1col1

The first component on first row.

row1col2

The second component on first row.

row2

The component on first row.

 Return Value

A StackPanel instance.

 See Also