ASP.NET Pack Programmer's Guide
LayoutBuilder.CreateAndAddPlotWithBottomAndRightAxes Method
See Also
 





Creates a GridPanel containing the specified plot and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public GridPanel CreateAndAddPlotWithBottomAndRightAxes (
    Plot2D plot,
    XAxisRenderer bottom,
    YAxisRenderer right
)

Visual Basic  Copy Code

Public Function CreateAndAddPlotWithBottomAndRightAxes( _
    plot As Plot2D, _
    bottom As XAxisRenderer, _
    right As YAxisRenderer _
) As GridPanel

 Parameters

plot

A Plot2D instance.

bottom

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

right

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

 Return Value

A GridPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.WebForms Namespace