Page 1 of 1

MouseInteraction, when does it get disabled?

Posted: Wed Feb 17, 2016 10:36 pm
by greggorob64
Hello. I have cases where i want to disable the ability for the user to modify the chart completely.

What i'd like to do is do chart.MouseInteraction = false;

However, i'm noticing that my control is still firing mousedown, mouseup, and mousemoved events. I was hoping there wouldn't be a distinction in things like scroll-wheel-to-zoom, and whether or not the mousedown event gets fired.

Thanks!

Re: MouseInteraction, when does it get disabled?

Posted: Thu Feb 18, 2016 1:32 pm
by ArctionPasi
Hi, you can disable all mouse-interop by setting chart.Enabled = false

Re: MouseInteraction, when does it get disabled?

Posted: Fri Feb 19, 2016 4:53 pm
by greggorob64
Thanks. That should work perfectly, assuming there isn't a change in the display