Package net.sf.jasperreports.charts
Interface JRMultiAxisPlot
-
- All Superinterfaces:
Cloneable
,JRChartPlot
,JRCloneable
- All Known Implementing Classes:
JRBaseMultiAxisPlot
,JRDesignMultiAxisPlot
,JRFillMultiAxisPlot
public interface JRMultiAxisPlot extends JRChartPlot
Represents the display options and nested charts of a multiple axis chart. The display options set at the root of a multiple axis chart override the options set in the nested charts.- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<JRChartAxis>
getAxes()
Returns a List of all the children axis.-
Methods inherited from interface net.sf.jasperreports.charts.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
getAxes
List<JRChartAxis> getAxes()
Returns a List of all the children axis. Each element is of typeJRChartAxis
.
-
-