NumericAxis TickLabel Angle

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mad
Posts: 3
Joined: Wed Apr 28, 2010 9:03 am
antibot: No, of course not.

NumericAxis TickLabel Angle

Post by mad » Fri Apr 30, 2010 11:27 pm

Hi,
I have an XYPlot XYSeries dataset and both range and domain axis are of type NumberAxis. I want to make the XAxis (domain axis) slant and rotated towards either right or left. When I set it to verical it is just 180degrees (PI radians). How to specify an angle so my TickMark Lables are slanted. Similar to this slantted graph example;
Image
However, I want it for XYPlot & XYSeries dataset and I want the vertical tickmark lines inaddition to slanted label. and there aren't any dual axis either.

Thanks.

Locked