Skip to content

SignalEnumObsTicks.Data property

Defined in

Type: SignalEnumObsTicks 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: The sequence of observables, where each observable produces tuples containing an optional series name, optional Y values, X values, and an axis identifier. Each tuple represents a set of signal data points for a specific series and axis.

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