I printed a bar chart using JFreeChart. But if I want to make the bars closer to each other using setCategoryMargin(-2)
on my CategoryAxis
, the Bar Chart appears to align in the center.
Is there a way to align the entire graph to the left, so it's directly next to the y-axis ? Or reduce the space between the bars without the chart getting centered ?