Creates horizontal stack panels for components on same row and adds them to a vertical stack panel.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
C# Copy Code |
---|
public StackPanel Create2By2Layout ( |
Visual Basic Copy Code |
---|
Public Function Create2By2Layout( _ |
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.