public class JRDesignMultiAxisPlot extends JRBaseMultiAxisPlot
JRBaseChartPlot.JRBaseSeriesColor
JRChartPlot.JRSeriesColor
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_AXES |
static String |
PROPERTY_CHART |
axes
backcolor, backgroundAlphaFloat, chart, 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.
|
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, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
clone
public static final String PROPERTY_CHART
public static final 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 void setChart(JRDesignChart chart)
chart
- the chart that this plot belongs toCopyright © 2016. All rights reserved.