I'm looking for a way to move the label for a category on a bar chart to the end of a category (so the category labels appear to be inbetween the categories).
This was easy to do with the gridlines by using:
Code: Select all
plot.setDomainGridlinePosition(CategoryAnchor.END);
Is this possible with a CategoryAxis or am I better off trying with a bar chart on some sort of ValueAxis?