Search
LayoutBuilder.CreateRowLayout Method
See Also
 






Creates a StackPanel containing specified plots and axis renderer.

 Overload List

Name Description

LayoutBuilder.CreateRowLayout (YAxisRenderer, Plot2D, Plot2D)

Creates a StackPanel containing the specified plots and axis renderer.

LayoutBuilder.CreateRowLayout (YAxisRenderer, Plot2D, Plot2D, Plot2D, YAxisRenderer)

Creates a StackPanel containing the specified plots and axis renderers.

LayoutBuilder.CreateRowLayout (YAxisRenderer, Plot2D[], YAxisRenderer)

Creates a StackPanel containing the specified plots and axis renderers.

LayoutBuilder.CreateRowLayout (YAxisRenderer[], Plot2D[], YAxisRenderer[])

Creates a StackPanel containing the specified plots and axis renderers.

 See Also