Percentage « PieChart « JFreeChart Q&A





1. Bolding Label Percentage on a Pie Chart and Axis question.    jfree.org

Finding JFreechart and Cewolf to be an excellent! Thanks for the hard work and I am finding the user guide very helpful. I was hoping that someone would have some tips on how to do the following. 1) I need to bold the percentage {2} on the pie chart. Is there an easy way to accomplish this? 2) I need to ...

2. Labels with percentage in PieChart ? - Help    jfree.org

Hi everybody, I wolud like to make appear percentage informations in each label of my PieChart. I tried this, but no percentage appears !.... : Code: Select all JFreeChart chart = ChartFactory.createPieChart( "test Pie Chart", // chart title ...

3. How to set the %percentage in a PieChart    jfree.org

PiePlot plot = (PiePlot) chart.getPlot(); plot.setToolTipGenerator(new StandardPieToolTipGenerator ( "{0} = {2}", NumberFormat.getNumberInstance(), NumberFormat.getPercentInstance() ));

4. Pie Chart Percentage Problem    jfree.org