Package net.sf.jasperreports.charts
Interface JRMultiAxisPlot
- All Superinterfaces:
Cloneable,JRChartPlot,JRCloneable
- All Known Implementing Classes:
JRBaseMultiAxisPlot,JRDesignMultiAxisPlot,JRFillMultiAxisPlot
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
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, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Method Details
-
getAxes
List<JRChartAxis> getAxes()Returns a List of all the children axis. Each element is of typeJRChartAxis.
-