-
FEATURED COMPONENTS
First time here? Check out the FAQ!
![]() | 1 | initial version | |
There is no default API. But you can implement your custom JfreeChartEngine to achieve. See examples:
You need to find the corresponding jfreechart api to change the label of a pie chart, it could be: * https://www.jfree.org/jfreechart/javadoc/org/jfree/chart/labels/PieSectionLabelGenerator.html * https://www.jfree.org/jfreechart/javadoc/org/jfree/chart/labels/PieToolTipGenerator.html
![]() | 2 | No.2 Revision |
There is no default buillt-in API. But you can implement your custom JfreeChartEngine to achieve. achieve it. See examples:
You need to find the corresponding jfreechart api to change the label of a pie chart, it could be:
* be: