Getting oxyplot mousedown tracker result

52 Views Asked by At

I have a OxyPlot scatter plot in windows forms application (c#). By default, these kinds of plots, on mouse down display some kind of tooltip with values corresponding to the point. I cannot manage to find a way to "extract" the info of the maker, that is displayed in the tooltip on mosuedown event.

I have tried: Overwritting the tracker hit result class, converting point to client.

I am expecting: The content of the current/last mousedown tooltip to be stored in a variable, to be used in a event (ie show a messagebox with the value)

0

There are 0 best solutions below