A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
bluecameleon
- Posts: 32
- Joined: Wed Apr 27, 2005 6:41 pm
Post
by bluecameleon » Thu Nov 01, 2007 7:36 am
Hi,
How is it possible to get the labels on a Pie2D always close to the sections without any broken line going from the middle of e section to the label ?
Thanks for your help
-
bluecameleon
- Posts: 32
- Joined: Wed Apr 27, 2005 6:41 pm
Post
by bluecameleon » Thu Nov 01, 2007 7:08 pm
To give more details,
this is what I have :
and this is what I would like :

-
vineet
- Posts: 2
- Joined: Thu Nov 15, 2007 12:10 pm
- Location: Guggaon, India
Post
by vineet » Thu Nov 15, 2007 12:13 pm
plot.setLabelLinksVisible(false);
Vineet
-
kpbird
- Posts: 3
- Joined: Wed Jun 04, 2008 11:00 am
Post
by kpbird » Thu Jun 05, 2008 6:36 am
hello all,
I have same problem.
plot.setLabelLinksVisible(false);
dosen't solve my problem.
actually I want all label above pie chart section.
same as old version.
-
kpbird
- Posts: 3
- Joined: Wed Jun 04, 2008 11:00 am
Post
by kpbird » Thu Jun 05, 2008 8:01 am
I tried that but is display label inside pie section.
I want to show label out side pie section.