net.sf.jasperreports.charts
Interface JRHighLowDataset
- All Superinterfaces:
- java.lang.Cloneable, JRChartDataset, JRCloneable, JRElementDataset
- All Known Implementing Classes:
- JRBaseHighLowDataset, JRDesignHighLowDataset, JRFillHighLowDataset
public interface JRHighLowDataset
- extends JRChartDataset
- Version:
- $Id: JRHighLowDataset.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Ionut Nedelcu ([email protected])
getSeriesExpression
JRExpression getSeriesExpression()
getDateExpression
JRExpression getDateExpression()
getHighExpression
JRExpression getHighExpression()
getLowExpression
JRExpression getLowExpression()
getOpenExpression
JRExpression getOpenExpression()
getCloseExpression
JRExpression getCloseExpression()
getVolumeExpression
JRExpression getVolumeExpression()
getItemHyperlink
JRHyperlink getItemHyperlink()
- Returns the hyperlink specification for chart items.
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
- Returns:
- hyperlink specification for chart items
Copyright © 2011. All Rights Reserved.