Search found 2 matches

by onkar
Thu Nov 02, 2006 4:35 am
Forum: JFreeChart
Topic: DateAxis Questions/Problems
Replies: 16
Views: 30148

Re: DateAxis Questions/Problems

90 degrees is the only supported option in DateAxis and NumberAxis at present. Hi David, I was trying to rotate the tick labels by modifying angle in the method 'refreshTicksVertical' of class DateAxis. But i am not getting the orientation of the tick labels right e.g. The date '03-03-2006:12.30' g...
by onkar
Wed Nov 01, 2006 8:09 am
Forum: JFreeChart
Topic: DateAxis Questions/Problems
Replies: 16
Views: 30148

Re: DateAxis Questions/Problems

* Is it possible to print the TickLabels for the DateAxis vertical and/or can i rotate those TickLabels ? Please a simple example. Yes. The DateAxis inherits the setVerticalTickLabels(boolean) method. Would anyone tell me how to rotate tick labels at say 45 degree or for that matter at any angle ? ...