wangyao5 / achartengine

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

Sync axis labels with markers. #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a feature to make axis labels to be synchronized with data. 
For example if I have a data in TimeSeries container X axis labels should be 
displayed right below graph's markers.

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

GoogleCodeExporter commented 9 years ago
Just use 
renderer.setXLabelsAlign(Align.CENTER);
and the labels will be rendered below the markers.

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

GoogleCodeExporter commented 9 years ago
Thanks a lot!

Original comment by Oleyniko...@gmail.com on 25 Feb 2011 at 10:58

GoogleCodeExporter commented 9 years ago
Sorry, maybe I sad it not clearly but I meant synchronizing markers on axes 
with markers of graph.

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

GoogleCodeExporter commented 9 years ago
Do you mean the grid with the labels ticks?

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

GoogleCodeExporter commented 9 years ago

Original comment by Oleyniko...@gmail.com on 25 Feb 2011 at 1:21

Attachments: