yuxinburen / achartengine

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

addXTextLabel(double,String) Method is not working properly #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

1)I created the Object for XYMultipleSeriesRenderer
2)invoing the clearXTextLabels();
3)trying to invoking the addxTextLabel(1,"Point1" ); already point 1 has been 
set.

It is Not Clearing the Previous Text, Two text are overlapping one by one.

Please suggest me the Solution

thanks in Advance

Original issue reported on code.google.com by mailtora...@gmail.com on 22 Feb 2012 at 6:43

GoogleCodeExporter commented 9 years ago
setXLabels(0);

This hide the main label and show your Custom label.

Original comment by tuskesz on 22 Feb 2012 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 10 Mar 2012 at 5:19

GoogleCodeExporter commented 9 years ago
If you apply setXLabels(0) there is also no Grid visible. How can I set a Grid 
with custom labels?

Original comment by reinhard...@gmail.com on 12 Dec 2012 at 8:52