In a datalogging system i would to graph some plot (XY graph). For some of Xi point there will be other data to consider, so I used the annotation to that Xi point as referrer.
I would like to know if is it possible and how to catch the event related to the clicking of mouse over the label of a specific annotation and also have the value of the annotation selected.
With the XYgraph:mouse pressed I just have the event on the graph but no other indication.
Any solution for this?
Regards