public interface JRTimeSeries extends JRCloneable
| Modifier and Type | Method and Description |
|---|---|
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getLabelExpression() |
JRExpression |
getSeriesExpression() |
JRExpression |
getTimePeriodExpression() |
JRExpression |
getValueExpression() |
cloneJRExpression getSeriesExpression()
java.lang.Comparable object representing
the expression of the series name. Specifies the series to which
to add the current value pair when incrementing the dataset.JRExpression getTimePeriodExpression()
java.util.Date expression from which the engine
will extract the corresponding time period depending on the value set
for the timePeriod attribute.JRTimeSeriesDataset.getTimePeriod()JRExpression getValueExpression()
JRExpression getLabelExpression()
JRHyperlink getItemHyperlink()
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
Copyright © 2017. All rights reserved.