We can achieve the same functionality by using a `PlotController`
https://oxyplot.codeplex.com/workitem/9625
* Better separation of controller logic and model
* Less code
* Better performance of PlotController
Comments: An alternative could be to add an `EnableMouseEventsInModel` property on the `PlotController`. The default value could be false. When the value is false, the mouse events should not be raised on the `PlotModel` and `PlotElement`s.
https://oxyplot.codeplex.com/workitem/9625
* Better separation of controller logic and model
* Less code
* Better performance of PlotController
Comments: An alternative could be to add an `EnableMouseEventsInModel` property on the `PlotController`. The default value could be false. When the value is false, the mouse events should not be raised on the `PlotModel` and `PlotElement`s.