Hi,
I am having issues with Pie chart rounding. In some instances the total percentage adds to 99 or 101.
I have set the following code
plot.setLabelGenerator(new StandardPieSectionLabelGenerator("{0}={2}",new DecimalFormat("#,##0"),new DecimalFormat("0.00%"))
I am connecting to an excel worksheet via ODBC
Any suggestions?
Thanks