I do need to set the font size for the pie chart Legend, is there any way to do that?
Thanks!
Lochin.
How to change font size for Legend, can someone help please?
Hi Lochin,
Try something like:
Try something like:
Code: Select all
LegendTitle lt = chart.getLegend();
lt.setItemFont(new Font("Arial", Font.PLAIN, 8));
Pierre-Marie