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) |
Type: Component
The component on first row.
Type: Component
The first component on second row.
Type: Component
The second component on second row.
Type: StackPanel
A StackPanel instance.