net.sf.jasperreports.charts
Interface JRCandlestickPlot
- All Superinterfaces:
- Cloneable, JRChartPlot, JRCloneable, JRTimeAxisFormat, JRValueAxisFormat
- All Known Implementing Classes:
- JRBaseCandlestickPlot, JRDesignCandlestickPlot, JRFillCandlestickPlot
public interface JRCandlestickPlot
- extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat
- Version:
- $Id: JRCandlestickPlot.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()
getShowVolume
Boolean getShowVolume()
Copyright © 2012. All Rights Reserved.