| |
|
| net.sf.jasperreports.charts.base.JRBaseMultiAxisPlot net.sf.jasperreports.charts.design.JRDesignMultiAxisPlot
JRDesignMultiAxisPlot | public class JRDesignMultiAxisPlot extends JRBaseMultiAxisPlot (Code) | | Contains information on how a multiple axis chart should be
displayed. This information overrides the display information
for all the charts sharing the single domain axis in the multiple
axis chart.
author: Barry Klawans (bklawans@users.sourceforge.net) version: $Id: JRDesignMultiAxisPlot.java 1794 2007-07-30 09:07:50Z teodord $ |
JRDesignMultiAxisPlot | public JRDesignMultiAxisPlot(JRChartPlot multiAxisPlot, JRChart chart)(Code) | | Constructs a new plot by copying an existing one.
Parameters: multiAxisPlot - the plot to copy |
addAxis | public void addAxis(JRChartAxis axis)(Code) | | Adds an axis to the plot. The axis contains the complete information on
the data and rendering to use as well as where to draw the axis.
Parameters: axis - the axis to add to the plot |
clearAxes | public void clearAxes()(Code) | | Removes all the axes from the plot.
|
getChart | public JRChart getChart()(Code) | | Returns the definition of the multiple axis chart. This is separate
from and distinct that the definition of the nested charts.
the chart object for this plot |
setChart | public void setChart(JRDesignChart chart)(Code) | | Sets the chart object that this plot belongs to. The chart object defines
all the information about the multiple axis chart.
Parameters: chart - the chart that this plot belongs to |
Fields inherited from net.sf.jasperreports.charts.base.JRBaseMultiAxisPlot | protected List axes(Code)(Java Doc)
|
|
|
|