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() |
cloneJRExpression 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.
Copyright © 2017. All rights reserved.