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
Pie chart
Re: Pie chart
chart=ChartFactory.createPieChart(null,pieDataset,true,false,true);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