Skip to content

LiveChart.ObservablesProperty field

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 static readonly DependencyProperty ObservablesProperty

View source

Summary: Identifies the Observables dependency property, which enables data binding for a collection of observable data series in a LiveChart control.

Remarks

This dependency property allows the LiveChart to bind to an enumerable collection of IObservable tuples, where each tuple represents a data series with a string key and a double value. Use this property to provide dynamic, real-time data updates to the chart through data binding in XAML or code.