Creates a GridPanel containing the specified plot and axis renderers.
Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js
JavaScript Copy Code |
---|
function createPlotWithBottomAndLeftAxes (plot, bottom, left) |
A Plot2D instance.
An XAxisRenderer that should be placed at bottom side of the plot.
A YAxisRenderer that should be placed at left side of the plot.
A GridPanel instance.