All sections exploded in piechart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
raulosan
Posts: 5
Joined: Mon Jan 18, 2010 5:02 pm
antibot: No, of course not.

All sections exploded in piechart

Post by raulosan » Mon Jan 18, 2010 5:14 pm

Hello,

I would like to know if it's possible to have a separation between the different sections of the piechart, in order to have the same effect than with the explodePercent method, but with every section.

Thanks in advance,
Raúl

gopinath
Posts: 12
Joined: Wed Feb 17, 2010 1:21 pm
antibot: No, of course not.

Re: All sections exploded in piechart

Post by gopinath » Tue May 25, 2010 4:08 pm

Hi Raul,
You have to use plot.setExplodePercent (<index>, <value>) for each pie section.

Gopi.

Locked