public interface JRHighLowDataset extends JRChartDataset
CATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET
Modifier and Type | Method and Description |
---|---|
JRExpression |
getCloseExpression() |
JRExpression |
getDateExpression() |
JRExpression |
getHighExpression() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getLowExpression() |
JRExpression |
getOpenExpression() |
JRExpression |
getSeriesExpression() |
JRExpression |
getVolumeExpression() |
getDatasetType, validate
collectExpressions, getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValue
clone
JRExpression getSeriesExpression()
java.lang.Comparable
value returned by this expression,
and it must also be used as the series name in the chart's legend.JRExpression getDateExpression()
JRExpression getHighExpression()
JRExpression getLowExpression()
JRExpression getOpenExpression()
JRExpression getCloseExpression()
JRExpression getVolumeExpression()
JRHyperlink getItemHyperlink()
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
Copyright © 2016. All rights reserved.