Creates a two-column stack panel whose first column is a vertical stack of two components.The panel is automatically added to the dashboard's LayoutPanel.
Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js
JavaScript Copy Code |
---|
function createAndAdd1By2ColumnLayout (col1, col2row1, col2row2) |
Type: Component
The component in first column.
Type: Component
The first component in second column.
Type: Component
The second component in second column.
Type: StackPanel
A StackPanel instance.