Search
LayoutBuilder.createPlotWithTopAndLeftAxes 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 createPlotWithTopAndLeftAxes (plot, top, left)

 Parameters

plot

A Plot2D instance.

top

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

left

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

 Return Value

A GridPanel instance.

 See Also