Category labels inbetween categories

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
forsey85
Posts: 17
Joined: Mon Jul 03, 2006 2:55 pm

Category labels inbetween categories

Post by forsey85 » Wed Oct 18, 2006 11:44 am

Hi,

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);
but I can't seem to find a similar method for category labels.

Is this possible with a CategoryAxis or am I better off trying with a bar chart on some sort of ValueAxis?

alexpgh
Posts: 10
Joined: Tue Oct 17, 2006 3:17 pm

Post by alexpgh » Wed Oct 18, 2006 1:46 pm

I have exact same question! Please let me know if you get an answer....

forsey85
Posts: 17
Joined: Mon Jul 03, 2006 2:55 pm

Post by forsey85 » Tue Nov 14, 2006 4:18 pm

Just bumping up this thread :lol:

a1ik
Posts: 1
Joined: Wed Sep 12, 2012 4:18 am
antibot: No, of course not.

Re: Category labels inbetween categories

Post by a1ik » Wed Sep 12, 2012 4:20 am

Anyone found a solution?

Locked