Skip to content

LiveChart.ScatterObservablesWithTimeStamp property

Defined in

Type: LiveChart 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)>> ScatterObservablesWithTimeStamp { get; set; }

View source

Summary: Gets or sets the collection of observable sequences that provide scatter plot data points with associated timestamps and axis information.

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

Remarks

Each observable in the collection emits tuples containing an optional series name, optional X values, required Y values, and an axis identifier. The property is intended for scenarios where scatter plot data is streamed or updated over time, such as in real-time charting applications.