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 createAndAdd2By1ColumnLayout (col1row1, col1row2, col2) |
The first component in first column.
The second component in first column.
The component in second column.
A StackPanel instance.