public interface JRXyzSeries extends JRCloneable
Modifier and Type | Method and Description |
---|---|
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getSeriesExpression() |
JRExpression |
getXValueExpression() |
JRExpression |
getYValueExpression() |
JRExpression |
getZValueExpression() |
clone
JRExpression getSeriesExpression()
java.lang.Comparable
object that identifies
a certain data series in the overall dataset. It can return different values,
which will result in the dataset containing multiple series even when a single
<xyzSeries>
tag is used inside the <xyzDataset>
tag.JRExpression getXValueExpression()
JRExpression getYValueExpression()
JRExpression getZValueExpression()
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.