How to rotate labels in ValueAxis or DateAxis #372
peterkronenberg
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Works the same with and without |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I"ve got a time series chart and I want to be able to rotate the labels like this

I found this post from many years ago, https://www.jfree.org/forum/viewtopic.php?t=25189, which seems to work, but the problem is that it eliminates the axis label. Here the before and after
Note the x-axis is labeled Date

After applying the new code, I get this

The axis label is missing.
Is there a better solution?
Beta Was this translation helpful? Give feedback.
All reactions