Creates horizontal stack panels for components on same row and adds them to a vertical stack panel.
Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js
JavaScript Copy Code |
---|
function create2By2Layout (row1col1, row1col2, row2col1, row2col2) |
The first component on first row.
The second component on first row.
The first component on second row.
The second component on second row.
A StackPanel instance.