Search
LayoutBuilder.createPlotWithBottomAndRightAxes 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 createPlotWithBottomAndRightAxes (plot, bottom, right)

 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