Skip to content

SP5 Signal and Scatter: support generic types (including DateTime) #3154

@angulion

Description

@angulion

SignalSource at the moment only supports Double. UInt16, perhaps other common types would be welcomed.

Feature description: Implementation of SignalUInt16 / SignalUShort or something like SP4's SignalGeneric

Code example:
Something like:

// a code sample may improve communication
ushort[] mySignal  = GetDataFromSource();
var signalplot = ScottPlot.Add.Signal(mySignal);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions