I have a problem:
The response to ChartMouseEvent requires ACCURATE position of mouse
tip over an XYItemEntity (a Rectangle2D for example). I need the XYItemEntity
response to a larger area, say 5 pixels,
THe Question:
How to increase the response area of XYItemEntity?
Thanks
Code: Select all
XYItemEntity v = (XYItemEntity)ent;
int id = v.getSeriesIndex();
int it = v.getItem();
String info = getInfo(dataset, id, it);