Skip to content

Applies to

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

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

View source

Summary: Adapts legacy signal point observables to append updates with numeric X-axis values.

Parameters

NameTypeDescription
updatesIObservable<(string? Name, IList? Value, IList X, int Axis)>The legacy signal point stream.

Returns: IReactivePlotSource -- A reactive signal source.