PDA

View Full Version : Label rotation on x-axis of Chart


FlashBulb
02-19-2008, 08:06 PM
myHRenderer.setStyle("labelRotation", 45);

Why is this code not causing my axis labels to be at a 45 degree angle?

dr_zeus
02-19-2008, 09:50 PM
The font needs to be embedded too.

FlashBulb
02-20-2008, 02:36 PM
Thanks, that worked, but now the last part of some labels is getting cut off. The labels are just years, 4 characters long. Why is this happening? Do I need to widen the axis somehow?

FlashBulb
03-04-2008, 06:55 PM
Here is a picture of the issue that I'm having - why are the dates getting cut off? How can I fix it?