net.sf.jasperreports.charts
Interface JRCandlestickPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseCandlestickPlot, JRFillCandlestickPlot

public interface JRCandlestickPlot
extends JRChartPlot

Version:
$Id: JRCandlestickPlot.java,v 1.4 2005/07/14 13:31:05 teodord Exp $
Author:
Ionut Nedelcu (ionutned@users.sourceforge.net)

Method Summary
 JRExpression getTimeAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowVolume()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Method Detail

getValueAxisLabelExpression

public JRExpression getValueAxisLabelExpression()

getTimeAxisLabelExpression

public JRExpression getTimeAxisLabelExpression()

isShowVolume

public boolean isShowVolume()


© 2001-2005 JasperSoft Corporation www.jaspersoft.com