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






Creates a two-column stack panel whose first column is a vertical stack of two components.

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

 Syntax

JavaScript  Copy Code

function create2By1ColumnLayout (col1row1, col1row2, col2)

 Parameters

col1row1

Type: Component
The first component in first column.

col1row2

Type: Component
The second component in first column.

col2

Type: Component
The component in second column.

 Return Value

Type: StackPanel
A StackPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.Controls Namespace