Creates a StackPanel containing a specified plots and axis renderer.
Name | Description |
---|---|
LayoutBuilder.CreateAndAddColumnLayout (XAxisRenderer, Plot2D, Plot2D) |
Creates a StackPanel containing the specified plots and axis renderer. The panel is automatically added to the dashboard's LayoutPanel. |
LayoutBuilder.CreateAndAddColumnLayout (XAxisRenderer, Plot2D, Plot2D, Plot2D, XAxisRenderer) |
Creates a StackPanel containing the specified plots and axis renderers. The panel is automatically added to the dashboard's LayoutPanel. |
LayoutBuilder.CreateAndAddColumnLayout (XAxisRenderer, Plot2D[], XAxisRenderer) |
Creates a StackPanel containing the specified plots and axis renderers. The panel is automatically added to the dashboard's LayoutPanel. |
LayoutBuilder.CreateAndAddColumnLayout (XAxisRenderer[], Plot2D[], XAxisRenderer[]) |
Creates a StackPanel containing the specified plots and axis renderers. The panel is automatically added to the dashboard's LayoutPanel. |