Skip to content

SignalPlot Linestyle.None is still visible #1797

@nassaleh

Description

@nassaleh

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.None

System Details

  • ScottPlot Version: 4.1.36
  • Operating System: Windows 10
  • Application Type: WinForms
  • .NET Version: NET 6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions