ScatterEnumObsPoints.Data property¶
Defined in
Type: ScatterEnumObsPoints
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>? X, IList<double> Y, int Axis)>> Data { get; init; }
Summary: An enumerable sequence of observables, each emitting a tuple containing the point name, optional X coordinates, Y coordinates, and the axis index. The observables provide updates to the scatter plot data over time.
Returns: IEnumerable