My problem is that in a MultiplePiePlot one of the graphs does not show me correctly the labels, they stay out of the area of drawing
Thank you
Cristina
Labels of a graph
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Can you post some code that illustrates the problem, and supply some details of your environment?
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


hello!
part of the code is:
p.setLabelGenerator(new StandardPieItemLabelGenerator("{0} ({2})", NumberFormat.getNumberInstance(), NumberFormat.getPercentInstance() ));
p.setLabelFont(new Font("SansSerif", Font.PLAIN, 10));
p.setMaximumLabelWidth(0.25);
p.setInteriorGap(0.20);
p.setLabelGap(0.02);
p.setDirection(Rotation.ANTICLOCKWISE);
I am doing a MultiplePiePlot where I show three piechart; two meet well and in other the labels stay out delarea of drawing
thank you, again
Cristina
part of the code is:
p.setLabelGenerator(new StandardPieItemLabelGenerator("{0} ({2})", NumberFormat.getNumberInstance(), NumberFormat.getPercentInstance() ));
p.setLabelFont(new Font("SansSerif", Font.PLAIN, 10));
p.setMaximumLabelWidth(0.25);
p.setInteriorGap(0.20);
p.setLabelGap(0.02);
p.setDirection(Rotation.ANTICLOCKWISE);
I am doing a MultiplePiePlot where I show three piechart; two meet well and in other the labels stay out delarea of drawing
thank you, again
Cristina