Creates a GridPanel containing the specified Plot and AxisRenderer-s. The Panel is automatically added to the Dashboard's LayoutPanel.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
Java Copy Code |
---|
public GridPanel createAndAddPlotWithBottomAndLeftAxes ( |
A Plot2D instance.
An XAxisRenderer that should be placed at the bottom side of the plot.
A YAxisRenderer that should be placed at the left side of the plot.
A GridPanel instance.