Creates a two-row stack panel whose second 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
JavaScript Copy Code |
---|
function createAndAdd1By2RowLayout (row1, row2col1, row2col2) |
The component on first row.
The first component on second row.
The second component on second row.
A StackPanel instance.