Group: Forum Members
Last Active: 13 Years Ago
Posts: 1,
Visits: 1
|
I want to use NDataZoomTool with mouse wheel. if i wheel up then zoom-in, wheel down then zoom-out. I read two article related with my issue. but code in the article doesn't work properly.
http://support.nevron.com/KB/a158/use-mouse-wheel-to-operate-zoom-tool-in-the-chart.aspx http://forum.nevron.com/shwmessage.aspx?forumid=1&messageid=4993
especially, the code in below doesn't catch a mouse's wheel events. (from second link)
wheelZoom.BeginDragMouseCommand = new NMouseCommand(MouseAction.Wheel, MouseButtons.Left, 0);
Development Version : Nevron .NET Vision 2010.1.
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Kim, The mouse wheel feature is not present in the original 2010.1 version - it was added in one of the SPs. You need to use 2011.1 in order for it to work - there are some small details that we need to touch there and the SP will be available soon.
Best Regards, Nevron Support Team
|