Creates a two-row stack panel whose second row is a horizontal stack of two components.
Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js
JavaScript Copy Code |
---|
function create1By2RowLayout (row1, row2col1, row2col2) |
The component on first row.
The first component on second row.
The second component on second row.
A StackPanel instance.