MindFusion.Charting for JavaScript Programmer's Guide
LayoutBuilder.createPlotWithBottomAndLeftAxes Method
See Also
 






Creates a GridPanel containing the specified plot and axis renderers.

Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js

 Syntax

JavaScript  Copy Code

function createPlotWithBottomAndLeftAxes (plot, bottom, left)

 Parameters

plot

Type: Plot2D
A Plot2D instance.

bottom

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

left

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

 Return Value

Type: GridPanel
A GridPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.Controls Namespace