gorteganesh / achartengine

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

Option to set margins for the axis #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you have a a Y value with 4 or more digits, the values on the left side of 
the Y-axis will overlap the Y-label or fall of the screen.
Adding a option to set the margins (or do it automatically) will fix this.

Original issue reported on code.google.com by barry...@gmail.com on 18 Nov 2010 at 7:56

GoogleCodeExporter commented 9 years ago
I will add this. Until then you can use rotations:
renderer.setXLabelsAngle(-90);
renderer.setYLabelsAngle(-90);

Original comment by dandrome...@gmail.com on 20 Nov 2010 at 1:35

GoogleCodeExporter commented 9 years ago
Fixed in svn rev. r98.

Original comment by dandrome...@gmail.com on 26 Nov 2010 at 2:11