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
Format the XAXis values using XYPLot
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
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
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

