Pie chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
tduraipkt
Posts: 6
Joined: Mon Jun 26, 2006 6:17 am

Pie chart

Post by tduraipkt » Mon Sep 18, 2006 8:32 am

Hi all ,
When using Pie chart it display the data's in the side of the graph with an anchor from the graph parts ( default tooltips). How can we avoid this tooltips?.


tduraipkt

demonhead
Posts: 24
Joined: Thu May 25, 2006 5:44 am

Re: Pie chart

Post by demonhead » Mon Sep 18, 2006 1:28 pm

tduraipkt wrote:Hi all ,
When using Pie chart it display the data's in the side of the graph with an anchor from the graph parts ( default tooltips). How can we avoid this tooltips?.


tduraipkt
chart=ChartFactory.createPieChart(null,pieDataset,true,false,true);

Locked