Hi,
I have successfully changed the legend position to the top by using
this:
Legend le = chart.getLegend();
le.setAnchor(Legend.NORTH);
and the legend displays on the top under the title,
now I want to make it in the same line as the title on the top,
can you show me ?
Thanks.