public class JRBaseXyzSeries extends Object implements JRXyzSeries, Serializable
Modifier and Type | Field and Description |
---|---|
protected JRHyperlink |
itemHyperlink |
protected JRExpression |
seriesExpression |
protected JRExpression |
xValueExpression |
protected JRExpression |
yValueExpression |
protected JRExpression |
zValueExpression |
Constructor and Description |
---|
JRBaseXyzSeries() |
JRBaseXyzSeries(JRXyzSeries xyzSeries,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getSeriesExpression() |
JRExpression |
getXValueExpression() |
JRExpression |
getYValueExpression() |
JRExpression |
getZValueExpression() |
protected JRExpression seriesExpression
protected JRExpression xValueExpression
protected JRExpression yValueExpression
protected JRExpression zValueExpression
protected JRHyperlink itemHyperlink
public JRBaseXyzSeries()
public JRBaseXyzSeries(JRXyzSeries xyzSeries, JRBaseObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression
in interface JRXyzSeries
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.public JRExpression getXValueExpression()
getXValueExpression
in interface JRXyzSeries
public JRExpression getYValueExpression()
getYValueExpression
in interface JRXyzSeries
public JRExpression getZValueExpression()
getZValueExpression
in interface JRXyzSeries
public JRHyperlink getItemHyperlink()
JRXyzSeries
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink
in interface JRXyzSeries
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.