Skip to content

LiveChart.Observables 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

Attributes: [Description("Gets or sets the Observables")] [Category("AICS Y Axis")]

public IEnumerable<IObservable<(string Name, double Value)>> Observables { get; set; }

View source

Summary: Gets or sets the collection of observable sequences that provide named double values for the Y axis.

Returns: IEnumerable>

Remarks

Each observable in the collection emits tuples containing a name and a corresponding value, which can be used for dynamic data binding or real-time updates in charting scenarios. The property is typically used to supply multiple data series for visualization components.