gorteganesh / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Feature request:Rotate X axis labels by 45 degree #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ability to rotate X axis labels by 45 degree is convenient when dealing with 
long labels (such as dates) making them not to merge into single unreadable 
line.

Original issue reported on code.google.com by Oleyniko...@gmail.com on 25 Feb 2011 at 9:45

GoogleCodeExporter commented 9 years ago
renderer.setXLabelsAngle(45);
renderer.setYLabelsAngle(45);

Original comment by dandrome...@gmail.com on 25 Feb 2011 at 10:56

GoogleCodeExporter commented 9 years ago
Thanks. How can I move my legend down to make rotated labels not to overlap it?

Original comment by Oleyniko...@gmail.com on 25 Feb 2011 at 11:24

GoogleCodeExporter commented 9 years ago
Read the APIs for renderer.setMargins() and set the bottom value to a bigger 
value.

In the future, let's please have such discussions on the group, such as other 
developers can benefit out of it.

Original comment by dandrome...@gmail.com on 25 Feb 2011 at 12:15