I am using JfreeCharts to make a XYBarChart and I would like to specify a particular width for the chart. From what I understand from the forums this is not possible. Is this truely the case?
I have tried:
changing the lowerMargin and upperMargin of the horizontal axis.
using renderer.setMargin() (renderer was accessed using chart.getPlot().getRenderer)
However, this has not worked.