Skip to content

Applies to

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

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

View source

Summary: Adapts legacy scatter point observables to replace updates.

Parameters

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

Returns: IReactivePlotSource -- A reactive scatter source.