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






Creates a GridPanel containing the specified plot and axis renderers.

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

 Syntax

C#  Copy Code

public GridPanel CreatePlotWithBottomAndLeftAxes (
    Plot2D plot,
    XAxisRenderer bottom,
    YAxisRenderer left
)

Visual Basic  Copy Code

Public Function CreatePlotWithBottomAndLeftAxes( _
    plot As Plot2D, _
    bottom As XAxisRenderer, _
    left As YAxisRenderer _
) As GridPanel

 Parameters

plot

A Plot2D instance.

bottom

An XAxisRenderer that should be placed at bottom side of the plot.

left

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

 Return Value

A GridPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.WinForms Namespace