Charting for WinForms Programmer's Guide
LayoutBuilder.CreateRowLayout Method (YAxisRenderer, Plot2D, Plot2D)
See Also
 






Creates a StackPanel containing the specified plots and axis renderer.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public StackPanel CreateRowLayout (
    YAxisRenderer left,
    Plot2D plot1,
    Plot2D plot2
)

Visual Basic  Copy Code

Public Function CreateRowLayout( _
    left As YAxisRenderer, _
    plot1 As Plot2D, _
    plot2 As Plot2D _
) As StackPanel

 Parameters

left

A YAxisRenderer that should be placed at left side of the plots.

plot1

A Plot2D instance.

plot2

A Plot2D instance.

 Return Value

A StackPanel instance.

 See Also

CreateRowLayout Method Overload List
LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.WinForms Namespace