LiveChart.SignalObservablesWithPoints 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>? Y, IList<double> X, int Axis)>> SignalObservablesWithPoints { get; set; }
Summary: Gets or sets the collection of observables that provide signal data points for plotting or analysis.
Returns: IEnumerable
Remarks
Each observable in the collection emits tuples containing a signal name, Y-values, X-values, and an axis index. The property is typically used to bind multiple dynamic data sources to a visualization or processing component. Changing the collection will update the associated signal data observers.