-
Notifications
You must be signed in to change notification settings - Fork 981
Labels
BUGunexpected behaviorunexpected behavior
Description
Bug Report
Issue: The HLine (probably AxisLine as well) can still be dragged even if IsVisible = false
Reproducing: (What do others have to do to reproduce the bug?)
// a code sample may improve communication
var examplePlot = new ScottPlot.Plot();
var line = examplePlot .AddHorizontalLine(0);
line.DragEnabled = true;
line.IsVisible = false;System Details
- ScottPlot Version: 4.1.57
- Operating System: Windows 10
- Application Type: WPF
- .NET Version: (NET Framework 4.6.1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behavior