net.sf.jasperreports.charts
Interface JRCandlestickPlot
- All Superinterfaces:
- java.lang.Cloneable, JRChartPlot, JRCloneable, JRTimeAxisFormat, JRValueAxisFormat
- All Known Implementing Classes:
- JRBaseCandlestickPlot, JRDesignCandlestickPlot, JRFillCandlestickPlot
public interface JRCandlestickPlot
- extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat
- Version:
- $Id: JRCandlestickPlot.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Ionut Nedelcu ([email protected])
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors |
getTimeAxisLabelExpression
JRExpression getTimeAxisLabelExpression()
getValueAxisLabelExpression
JRExpression getValueAxisLabelExpression()
getDomainAxisMinValueExpression
JRExpression getDomainAxisMinValueExpression()
getDomainAxisMaxValueExpression
JRExpression getDomainAxisMaxValueExpression()
getRangeAxisMinValueExpression
JRExpression getRangeAxisMinValueExpression()
getRangeAxisMaxValueExpression
JRExpression getRangeAxisMaxValueExpression()
isShowVolume
boolean isShowVolume()
- Deprecated. Replaced by
getShowVolume()
getShowVolume
java.lang.Boolean getShowVolume()
Copyright © 2010. All Rights Reserved.