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 createAndAddPlotWithTopAndLeftAxes ( |
A Plot2D instance.
An XAxisRenderer that should be placed at the top side of the plot.
An YAxisRenderer that should be placed at the left side of the plot.
A GridPanel instance.