LiveChart.SignalObservablesWithTimeStamp 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>? Value, IList<double> DateTime, int Axis)>> SignalObservablesWithTimeStamp { get; set; }
Summary: Gets or sets the collection of observables that provide signal data with associated timestamps and axis information.
Returns: IEnumerable
Remarks
Each observable in the collection emits tuples containing a signal name, its value, a list of timestamp values, and an axis identifier. The property is intended for scenarios where multiple time-stamped signal streams are monitored or visualized concurrently.