With previous versions of JFreeChart (0.9.16 and older) I was using the following methods:
plot.setShowSeriesLabels(true);
plot.setSectionLabelType(plot.VALUE_AND_PERCENT_LABELS);
plot.setValueFormatString("dagen: ");
Now it seems they are gone ...
Please tell me where those methods are to be found now.
Thanks in advance,
Jeroen
PiePlot3D, where did these methods go?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
This change has been made so that the labelling can be customised more easily. A few bugs have been reported already and I'm working on fixing those for the 0.9.18 release which I hope to put out next week.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

