Bug Report
Issue: DraggableMarkerPlot is not only draggable by the left click but can be dragged by the right/middle click by default as well. As the middle-click-drag has a window zooming functionality, dragging the marker with the middle click would result in weird behavior
Reproducing: (What do others have to do to reproduce the bug?)
// a code sample may improve communication
var examplePlot = new ScottPlot.Plot();
var marker = examplePlot..AddMarkerDraggable(0, 0);
System Details
- ScottPlot Version: 4.1.57
- Operating System: Windows 10
- Application Type: WPF
- .NET Version: NET Framework 4.6.1