Skip to content

Applies to

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

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

View source

Summary: Adapts SignalXY observable snapshots to replace updates.

Parameters

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

Returns: IReactivePlotSource -- A reactive SignalXY source.