public interface JRCategorySeries extends JRCloneable
Modifier and Type | Method and Description |
---|---|
JRExpression |
getCategoryExpression() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getLabelExpression() |
JRExpression |
getSeriesExpression() |
JRExpression |
getValueExpression() |
clone
JRExpression getSeriesExpression()
java.lang.Comparable
object.
<categorySeries>
tag was used inside <categoryDataset>
. However, this
expression usually returns a java.lang.String
constant, and there are several
<categorySeries>
tags that introduce multiple category series in the dataset.JRExpression getCategoryExpression()
java.lang.Comparable
objects
(not necessarily java.lang.String
objects).JRExpression getValueExpression()
java.lang.Number
value for each category in the specified series.JRExpression getLabelExpression()
JRHyperlink getItemHyperlink()
The hyperlink will be evaluated for every chart item and an image map will be created for the chart.
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com