public interface JRPieSeries extends JRCloneable
| Modifier and Type | Method and Description |
|---|---|
JRExpression |
getKeyExpression() |
JRExpression |
getLabelExpression() |
JRHyperlink |
getSectionHyperlink()
Returns the hyperlink specification for chart sections.
|
JRExpression |
getValueExpression() |
cloneJRExpression getKeyExpression()
java.lang.Comparable object representing
the categories that will make up the slices in the pie chart.JRExpression getValueExpression()
JRExpression getLabelExpression()
java.lang.String values, to customize
the item labels for the pie chart.JRHyperlink getSectionHyperlink()
The hyperlink will be evaluated for every chart section and an image map will be created for the chart.
Copyright © 2017. All rights reserved.