wakaxx / afreechart

Automatically exported from code.google.com/p/afreechart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting of point in scatter chat on tab does not select it correctly if the point is far away from left border

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Create a sample scatter chart using afreechart  
2. Add about 20 sample points on the graph
3. The points which are away from the left corner are not selected correctly 
when clicked.

Expected output is that the clicked points should be selected correctly.
Seen output is that points near to the one clicked are being selected.

NOTE - When we scroll the graph so that the point which was earlier not 
selected correctly is moved nearer to the left border of tab then it gets 
selected correctly.

I am using Samsung Galaxy tab 10.1 running andriod 3.1

Knowing which point is clicked is done by  setRangeCrosshairVisible(true). This 
shows that wrong point is being
selected when selecting the point and not the one that I click which is far 
away.

Original issue reported on code.google.com by adnan.ha...@gmail.com on 24 Apr 2012 at 7:17

I'm trying to do the same, but can not get the correct value of 
DomainCrosshair. help!

Original comment by pariquel...@gmail.com on 20 Feb 2014 at 7:08