Profile Picture

Data zoom with mouse wheel does not work.

Posted By cho seongho 6 Years Ago

Data zoom with mouse wheel does not work.

Author
Message
cho seongho
Problem Posted 6 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 15, Visits: 73

I checked the "Wheel Zoom" check box in the "Data Zoom Tool" of the sample provided by your company and tried to operate the mouse wheel but it does not work. And I applied the following code to my source code, but it also does not work.


NDataTool dataZoomTool = new NDataZoomTool();
dataZoomTool.WheelZoomAtMouse = true;
dataZoomTool.BeginDragMouseCommand = new NMouseCommand(MouseAction.Wheel, MouseButton.Middle, 0);
nChartControl1.Controller.Tools.Add(dataZoomTool);








Reading This Topic

1 active, 1 guest, 0 members, 0 anonymous.
No members currently viewing this topic!