Hi,
I would like to had some mouse events on bars from a BarChart. For example, I want to show some informations when I click on a bar. I would like to know if it exists any kind of mouse listener on a Bar object (I don't see one in the API doc), and do you think it is easy to implement ?
I think that it is possible and it will be similar to the tooltip mechanism, but I don't find the related classes (StandardToolTipsCollection()).
Thanks
Bar and mouse event
Re: Bar and mouse event
Hi Nico,
Eventually I'd like JFreeChart to support this, but it's not there yet. You can do some things with the crosshair point and the tooltips information. Here's an earlier related thread:
http://www.object-refinery.com/phorum-3 ... 141&t=1141
Hope that helps,
DG.
Eventually I'd like JFreeChart to support this, but it's not there yet. You can do some things with the crosshair point and the tooltips information. Here's an earlier related thread:
http://www.object-refinery.com/phorum-3 ... 141&t=1141
Hope that helps,
DG.