Skip to content

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public static IReactivePlotSource FromStreamerPoints(IObservable<(string? Name, IList<double>? Y, IList<double> X, int Axis)> updates)

View source

Summary: Adapts legacy streamer observables to append updates.

Parameters

NameTypeDescription
updatesIObservable<(string? Name, IList? Y, IList X, int Axis)>The legacy streamer stream.

Returns: IReactivePlotSource -- A reactive streamer source.