Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public StackPanel CreateLayout ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateLayout( _ |
The orientation of the parent panel.
The first stack of components.
The second stack of components.
The third stack of components.
A StackPanel instance.
See Also