Page 1 of 1

Prevent Scroll and Zoom with mouse wheel above axes

Posted: Mon May 12, 2014 9:04 am
by frank
Hi,

I have set

Code: Select all

axisX.MouseScrolling = false;
axisX.MouseScaling = false;
in my code. But after updating to LC6 it is possible to scale axes via mousewheel. Where is the property to prevent this?

Best regards,
Frank

Re: Prevent Scroll and Zoom with mouse wheel above axes

Posted: Mon May 12, 2014 2:03 pm
by ArctionPasi
Set ZoomPanOptions.AxisMouseWheelAction = None

Re: Prevent Scroll and Zoom with mouse wheel above axes

Posted: Mon May 12, 2014 2:14 pm
by frank
I'm sorry,
but I can't find

Code: Select all

axisX.ZoomPanOptions.AxisMouseWheelAction
and also no

Code: Select all

chart.ViewXY.ZoomPanOptions.AxisMouseWheelAction
Where do I find this property?

Best regards,
Frank

Re: Prevent Scroll and Zoom with mouse wheel above axes

Posted: Mon May 12, 2014 2:44 pm
by ArctionPasi
ViewXY.ZoomPanOptions.AxisMouseWheelAction is the correct property, but it's only accessible in WinForms. We'll improve this in next release.