Skip to content

StreamerEnumObsPoints.Data property

Defined in

Type: StreamerEnumObsPoints Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll

Applies to

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

public IEnumerable<IObservable<(string? Name, IList<double>? Y, IList<double> X, int Axis)>> Data { get; init; }

View source

Summary: An enumerable sequence of observables, where each observable emits tuples containing a name, Y-values, X-values, and an axis identifier for the data points.

Returns: IEnumerable? Y, IList X, int Axis)>>