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