DraggableMarkerPlotInVector is obsolete (Marker now has a DragSnap to control snapping)
See original GitHub issueI just upgraded to 4.1.53.0 (and Wpf 4.1.54.0). Now I get an error “DraggableMarkerPlotInVector is not defined”. It worked fine on the previous version.
Bug Report
Issue: (Bug description goes here)
Reproducing: (What do others have to do to reproduce the bug?)
' a code sample may improve communication
Dim dragger As DraggableMarkerPlotInVector
### System Details
* **ScottPlot Version:** 4.1.53.0
* **Operating System:Windows 10
* **Application Type: WPF
* **.NET Version: NET Framework 4.81
Issue Analytics
- State:
- Created a year ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
ScottPlot on Discord · Issue #1966
NET/discord original message: I have been sharing progress, ... DraggableMarkerPlotInVector is obsolete (Marker now has a DragSnap to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I didn’t think of it at first either 🙃
I don’t think I ever intended them to be used this way, and I was a little surprised it turned out to be so easy!
I don’t recall if you’re in the Discord #1966, but it’s starting to grow and I’m finding people there are able to give quick feedback and provide creative solutions there too. May be worth checking out!
Thanks for the example (and quick reply as always) Scott, I did not think of trying a standalone
Snapper
, nice one !