Package net.sf.jasperreports.charts
Interface JRXySeries
- All Superinterfaces:
Cloneable,JRCloneable
- All Known Implementing Classes:
JRBaseXySeries,JRDesignXySeries,JRFillXySeries
Represents the series for the XY dataset.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the hyperlink specification for chart items.Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Method Details
-
getSeriesExpression
JRExpression getSeriesExpression()- Returns:
- a
java.lang.Comparableobject 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.
-
getXValueExpression
JRExpression getXValueExpression()- Returns:
- a numeric expression representing the X value from the (x, y) pair that will be added to the current data series.
-
getYValueExpression
JRExpression getYValueExpression()- Returns:
- a numeric expression representing the Y value from the (x, y) pair that will be added to the current data series.
-
getLabelExpression
JRExpression getLabelExpression()- Returns:
- the label expression. If present, it helps customize the item labels inside charts.
-
getItemHyperlink
JRHyperlink getItemHyperlink()Returns the hyperlink specification for chart items.The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
- Returns:
- hyperlink specification for chart items
-
getAutoSort
Boolean getAutoSort()
-