VisualMelon
VisualMelon
May be a duplicate of #1796
@chriglburri I'm not sure. I remember trying to test this, but can't remember what happened after that and can't immediately find the test code. I'd suggest trying with a pre-release...
@chriglburri thanks for testing, glad it worked. > an additional check if the parent is an AdornerDecorator Are you able to share the details of this? Do you think this...
Ah, I see. Thank you
I'm not aware of any plan for a release at the moment.
It seems to be a typical transparent background problem. This can be 'fixed' by removing the background on `mouseGrid` which is presumably eating all the mouse-over events (or setting `HitTestVisible...
I'm afraid I've hardly touched WPF for 3 years and don't really know what you mean, but if you can put together a partial solution I'd be happy to look...
It's worth a shot. I had a go at only enabling the mouse-grid when the plot is invalided, but that didn't seem to help.
It can be called through the controller, and is exploited in the "Mouse Events/LineSeries and PlotModel MouseDown event" example. The call is indirected through a variable called 'handler' in method...
@silviubogan yes, better to ask there. I was using [this code](https://gist.github.com/VisualMelon/75612b355f43fc46026b0245446bcbc4) (or atleast something similar) to test my attempts, but I don't recall being entirely convinced I was reproducing the...