as you can see my problem is that the whole labels are not displayed
when i drop the domain axis label it is displayed well but i can't to do.
i tried the setDomainAxisLocation but it doesn't help ( it is in the correct place i want) i tried also
plot.setAxisOffset(RectangleInsets.ZERO_INSETS);
but the domain axis label is next to the labels. is there a method that control the distance between them or set the DomainAxis alignment to the left in order to display the labels correct.
another thing i dont need the blank in the left of the chart can i drop it and display the chart bigger.
note: i am using BarChart with PlotOrientation.HORIZONTAL