Search
LayoutBuilder.CreateColumnLayout Method
See Also
 






Creates a StackPanel containing specified plots and axis renderer.

 Overload List

Name Description

LayoutBuilder.CreateColumnLayout (XAxisRenderer, Plot2D, Plot2D)

Creates a StackPanel containing the specified plots and axis renderer.

LayoutBuilder.CreateColumnLayout (XAxisRenderer, Plot2D, Plot2D, Plot2D, XAxisRenderer)

Creates a StackPanel containing the specified plots and axis renderers.

LayoutBuilder.CreateColumnLayout (XAxisRenderer, Plot2D[], XAxisRenderer)

Creates a StackPanel containing the specified plots and axis renderers.

LayoutBuilder.CreateColumnLayout (XAxisRenderer[], Plot2D[], XAxisRenderer[])

Creates a StackPanel containing the specified plots and axis renderers.

 See Also