Skip to content

SignalXY: add option for step display #3764

@kareem469

Description

@kareem469

SignanXY() in Ver5.0 doesn't have Stepline property

ScottPlot Version: 5.0.32

Code Sample:

ScottPlot.Plot myPlot = new();
/* code to reproduce the bug */
  var signal = scottPlotUC.Plot.Add.SignalXY(xData, y1Data);
signal.Stepline = true;  (this property not exists but it exists in Ver 4.0)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions