LiveChart.SignalObservablesWithPointsProperty 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 SignalObservablesWithPointsProperty
Summary: Identifies the SignalObservablesWithPoints dependency property, which enables data binding for a collection of observable data series with associated point values.
Remarks
This property is intended for scenarios where the chart should react to changes in multiple observable data sources, each providing a series name, optional X and Y values, and a count. The property can be used to bind dynamic data streams to the chart for real-time updates. The expected value is an enumerable of observables, where each observable emits a tuple containing a series name, optional X values, Y values, and a point count.