Creates a two-column stack panel whose first column is a vertical stack of two components.
Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js
JavaScript Copy Code |
---|
function create1By2ColumnLayout (col1, col2row1, col2row2) |
The component in first column.
The first component in second column.
The second component in second column.
A StackPanel instance.