hi, how do i adjust the position of the labels for the pie chart slices?
when i remove the link strokes, the label position is nowhere near the section of the pie it represents. thus, the need to adjust the label position to be right above the section.
appreciate any help given!
pie chart label position
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
You could try calling piePlot.setSimpleLabels(true). Otherwise, you're going to have to subclass PiePlot and write a lot of code to reposition the labels.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

