public interface JRXySeries extends JRCloneable
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoSort() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getLabelExpression() |
JRExpression |
getSeriesExpression() |
JRExpression |
getXValueExpression() |
JRExpression |
getYValueExpression() |
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
<xySeries>
tag is used inside the <xyDataset>
tag.JRExpression getXValueExpression()
JRExpression getYValueExpression()
JRExpression getLabelExpression()
JRHyperlink getItemHyperlink()
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
Boolean getAutoSort()
Copyright © 2019 TIBCO Software Inc.. All rights reserved.