Format the XAXis values using XYPLot

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Rajnesh
Posts: 19
Joined: Thu Jan 03, 2008 8:48 am

Format the XAXis values using XYPLot

Post by Rajnesh » Wed Jan 09, 2008 7:02 am

Hi
is it possible to change the stype format osf XAXis range values.
I want these values appears to be at an angle of 45 degree as in category plot like
domainAxis.setCategoryLabelPositions(CategoryLabelPositions.DOWN_45);
but m using XYPlot
so is it possible........
Awaiting for ur reply
Thanx in advance

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Jan 09, 2008 12:10 pm

The CategoryAxis class supports rotated tick labels, but none of the other axes do. So no, it isn't possible (unless you want to modify the JFreeChart sources).
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked