Charting for WinForms Programmer's Guide
LayoutBuilder.CreateAndAdd1By2RowLayout Method
See Also
 






Creates a two-row stack panel whose second row is a horizontal stack of two components. The panel is automatically added to the dashboard's LayoutPanel.

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

 Syntax

C#  Copy Code

public StackPanel CreateAndAdd1By2RowLayout (
    Component row1,
    Component row2col1,
    Component row2col2
)

Visual Basic  Copy Code

Public Function CreateAndAdd1By2RowLayout( _
    row1 As Component, _
    row2col1 As Component, _
    row2col2 As Component _
) As StackPanel

 Parameters

row1

The component on first row.

row2col1

The first component on second row.

row2col2

The second component on second row.

 Return Value

A StackPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.WinForms Namespace