I want to have custom behavior for mouse interaction. Instead of default behavior (i.e. right click pan and other stuff) . Also I want to enable a manipulator based on checked property of a checkbox.
I have checked the code and found that on mouse down it getting manipulator
this.MouseManipulator = this.GetManipulator(e); (line 839 Plot.cs)
I want to set the manipulator from the model so that it will behave as per my custom implementation
Comments: I think this is a duplicate issue of - https://oxyplot.codeplex.com/workitem/9625
I have checked the code and found that on mouse down it getting manipulator
this.MouseManipulator = this.GetManipulator(e); (line 839 Plot.cs)
I want to set the manipulator from the model so that it will behave as per my custom implementation
Comments: I think this is a duplicate issue of - https://oxyplot.codeplex.com/workitem/9625