-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
BUGunexpected behaviorunexpected behavior
Description
Bug Report
Issue: (Bug description goes here)
When plotting a Signal plot, setting the line style to LineStyle.None has no effect.
Reproducing: (What do others have to do to reproduce the bug?)
// a code sample may improve communication
var examplePlot = new ScottPlot.Plot();
double[] values = DataGen.Sin(100);`
var signalPlot = examplePlot.AddSignal(values, 1);
signalPlot.LineStyle = LineStyle.NoneSystem Details
- ScottPlot Version: 4.1.36
- Operating System: Windows 10
- Application Type: WinForms
- .NET Version: NET 6.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behavior