Inverted CategoryAxis?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
noelkim
Posts: 1
Joined: Fri Oct 28, 2011 4:28 pm
antibot: No, of course not.

Inverted CategoryAxis?

Post by noelkim » Fri Oct 28, 2011 4:46 pm

Hi all,

I am working on Right-to-Left support for languages like hebrew/arabic etc.

Inverting a ValueAxis seems an easy one-liner but there seems no way to invert the categoryAxis.

I've searched the forum and found a similar post around 2004.

viewtopic.php?f=3&t=10814&p=31488&hilit=inverted#p31488

Answer from David back then was that it'd be implemented eventually. And he suggested to modify CategoryAxis source code.
But in my estimation for the modification, it seems involving modifying ALL renderes.

Am I correct with this estimation?

And what would be the better way to achieve this?

Locked