Exploded pie chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sang

Exploded pie chart

Post by sang » Thu May 23, 2002 1:01 am

What property I need to set to have an exploded pie chart.

pie.setExplodePercent(slice#, %n);

does not work.

Thnks
Sangeeta

sang

Re: Exploded pie chart

Post by sang » Thu May 23, 2002 1:12 am

the function call was for this was

pie.setExplodePercent(1.1.00);

Thnks
Sangeeta

Locked