public class JRDesignMultiAxisPlot extends JRBaseMultiAxisPlot
JRBaseChartPlot.JRBaseSeriesColor
JRChartPlot.JRSeriesColor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_AXES |
static java.lang.String |
PROPERTY_CHART |
axes
backcolor, backgroundAlphaFloat, foregroundAlphaFloat, labelRotationDouble, orientationValue, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
Constructor and Description |
---|
JRDesignMultiAxisPlot(JRChartPlot multiAxisPlot,
JRChart chart)
Constructs a new plot by copying an existing one.
|
Modifier and Type | Method and Description |
---|---|
void |
addAxis(int index,
JRChartAxis axis)
Adds an axis to the plot.
|
void |
addAxis(JRChartAxis axis)
Adds an axis to the plot.
|
void |
clearAxes()
Removes all the axes from the plot.
|
JRChart |
getChart()
Returns the definition of the multiple axis chart.
|
JRChartAxis |
removeAxis(JRChartAxis axis) |
void |
setChart(JRDesignChart chart)
Sets the chart object that this plot belongs to.
|
clone, collectExpressions, getAxes
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
clone
public static final java.lang.String PROPERTY_CHART
public static final java.lang.String PROPERTY_AXES
public JRDesignMultiAxisPlot(JRChartPlot multiAxisPlot, JRChart chart)
multiAxisPlot
- the plot to copypublic void addAxis(JRChartAxis axis)
axis
- the axis to add to the plotpublic void addAxis(int index, JRChartAxis axis)
axis
- the axis to add to the plotpublic JRChartAxis removeAxis(JRChartAxis axis)
public void clearAxes()
public JRChart getChart()
getChart
in interface JRChartPlot
getChart
in class JRBaseChartPlot
public void setChart(JRDesignChart chart)
chart
- the chart that this plot belongs to© 2001-2010 Jaspersoft Corporation www.jaspersoft.com