MindFusion.Charting for JavaScript Programmer's Guide
LayoutBuilder.createAndAdd2By1RowLayout Method
See Also
 






Creates a two-row stack panel whose first row is a horizontal 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 createAndAdd2By1RowLayout (row1col1, row1col2, row2)

 Parameters

row1col1

Type: Component
The first component on first row.

row1col2

Type: Component
The second component on first row.

row2

Type: Component
The component on first row.

 Return Value

Type: StackPanel
A StackPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.Controls Namespace