Creates a GridPanel containing the specified plot and axis renderers.The panel is automatically added to the dashboard's LayoutPanel.
Namespace: MindFusion.Charting.Controls
Package: LayoutBuilder.js
JavaScript
![]() |
---|
function createAndAddPlotWithBottomAndRightAxes (plot, bottom, right) |
A Plot2D instance.
An XAxisRenderer that should be placed at bottom side of the plot.
A YAxisRenderer that should be placed at right side of the plot.
A GridPanel instance.