Is there a way to adjust the width of the bars in a Barchart?
I create my chart with the following code.
final JFreeChart chart = ChartFactory.create
According to Dave Gilbert (JFreeChart Project Leader)
The bar widths are automatically calculated and will depend on the chart or plot width and the number of items in your dataset.
See the discussion here.