Search found 1 match

by AergoUser
Mon Aug 24, 2009 3:46 pm
Forum: Java
Topic: How to calculate proper aspect for 3d and clicked
Replies: 17
Views: 30757

How to calculate proper aspect for 3d and clicked

Hi, I am having a challenge getting the proper aspect from the mouse click to recognize the chart in the proper 3d aspect. here is how I am doing it; @Override public void seriesClicked(SeriesMouseEvent sme) { int x = sme.getPoint().x; int y = sme.getPoint().y; int index = sme.getSeries().clicked(x,...