Pie2D and label position

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bluecameleon
Posts: 32
Joined: Wed Apr 27, 2005 6:41 pm

Pie2D and label position

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 :
Image

and this is what I would like :
Image

bluecameleon
Posts: 32
Joined: Wed Apr 27, 2005 6:41 pm

Post by bluecameleon » Sun Nov 04, 2007 7:42 am

Nobody has any idea ?

vineet
Posts: 2
Joined: Thu Nov 15, 2007 12:10 pm
Location: Guggaon, India

PIE CHART labels on a Pie2D always close to the sections

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.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Jun 05, 2008 7:48 am

David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

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.

Locked