MindFusion.Charting for JavaScript Programmer's Guide
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

Type: Component
The component on first row.

row2col1

Type: Component
The first component on second row.

row2col2

Type: Component
The second component on second row.

 Return Value

Type: StackPanel
A StackPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.Controls Namespace