Hi,
Me again. Is there anyway to move the legend for a chart to the top of the chart panel, vs. the bottom?
Thank you very much.
move legend to top?
Re: move legend to top?
Yes, try this:
chart.getLegend().setAnchor(Legend.NORTH);
Regards,
DG
chart.getLegend().setAnchor(Legend.NORTH);
Regards,
DG