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