Creates a StackPanel containing the specified plots and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public void CreateAndAddRowLayout ( |
Visual Basic
Copy Code
|
|---|
Public Sub CreateAndAddRowLayout( _ |
A YAxisRenderer that should be placed at left side of the plots.
An array of Plot2D instances.
A YAxisRenderer that should be placed at right side of the plots.
See Also