DataLoggerEnumObsPoints.Data property¶
Defined in
Type: DataLoggerEnumObsPoints
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>? Value, int Axis, int nMaxPoints)>> Data { get; init; }
Summary: An enumerable collection of observables, where each observable emits tuples containing the name of the data point, a list of double values, the axis index, and the maximum number of points to observe.