Creates a GridPanel containing the specified Plot and AxisRenderer-s.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
Java Copy Code |
---|
public GridPanel createPlotWithTopAndLeftAxes ( |
A Plot2D instance.
An XAxisRenderer that should be placed at the top side of the plot.
A YAxisRenderer that should be placed at the left side of the plot.
A GridPanel instance.