12-26-2013 03:59 AM
Right-click on WPF graph undoes last zoom/pan action. I want to prevent that. Following didn't help:
private void graph_MouseRightButtonUp(object sender, MouseButtonEventArgs e) { e.Handled = true; }
Solved! Go to Solution.
12-27-2013 05:01 PM
Hello eugenem,
Please take a look to this forum. Take a look to the response, it seems like this is what you need.
Chris S.
12-29-2013 03:19 AM
thanks, of course needed to use Preview event
08-11-2015 12:44 PM
Just wanted to let you know that the WPF graphs now use Shift+Right-click for Undo like the Windows Forms graphs in the Measurement Studio 2015 release.