I have a JFreeChart DialPlot with a title:
JFreeChart chart = new JFreeChart("A title", aDialPlot);
I would like to reduce the vertical spacing between the dial meter and the title on top of it but I couldn't find anything in the API.
Any help or hint would be greatly appreciated !
Thanks, Thomas