ibrahimsaputra / achartengine

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

Display problem with line chart #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I want to draw line chart. I can successfully draw the line chart but the 
problem is that it is not smooth.

Please provide a source code snippet that we can use to replicate the issue.

What version of the product binary library are you using?

Please provide any additional information below.

Original issue reported on code.google.com by fhaque.c...@gmail.com on 5 Jul 2011 at 8:48

GoogleCodeExporter commented 9 years ago
Can you please be more specific? What does it mean not to be smooth?
What action is not smooth (adding points, displaying points, pan, zoom, 
other...)?
How many points are added when you see the lack of smoothness?
Can you provide demo code for that?

Original comment by dandrome...@gmail.com on 5 Jul 2011 at 2:42

GoogleCodeExporter commented 9 years ago
actually I am facing problem when displaying point. The curve which is drawn 
using line chart is not smooth. actually this time I do not have code on my 
hand. But the main thing I do is as follows:

renderer.setAntialising(true)
renderer.setPointsize(4);
....
I do not understand why renderer.setPointSize() is used. here the said that 
they use this to set the point size. but which point size they set? 

Original comment by fhaque.c...@gmail.com on 5 Jul 2011 at 4:45

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 5 Jul 2011 at 6:17