net.sf.jasperreports.charts
Interface JRHighLowPlot
- All Superinterfaces:
- Cloneable, JRChartPlot, JRCloneable, JRTimeAxisFormat, JRValueAxisFormat
- All Known Implementing Classes:
- JRBaseHighLowPlot, JRDesignHighLowPlot, JRFillHighLowPlot
public interface JRHighLowPlot
- extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat
- Version:
- $Id: JRHighLowPlot.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
| Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors |
getTimeAxisLabelExpression
JRExpression getTimeAxisLabelExpression()
getValueAxisLabelExpression
JRExpression getValueAxisLabelExpression()
getDomainAxisMinValueExpression
JRExpression getDomainAxisMinValueExpression()
getDomainAxisMaxValueExpression
JRExpression getDomainAxisMaxValueExpression()
getRangeAxisMinValueExpression
JRExpression getRangeAxisMinValueExpression()
getRangeAxisMaxValueExpression
JRExpression getRangeAxisMaxValueExpression()
getShowOpenTicks
Boolean getShowOpenTicks()
getShowCloseTicks
Boolean getShowCloseTicks()
Copyright © 2012. All Rights Reserved.