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);