LiveChart.DataLoggerObservablesWithPointsProperty 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 DataLoggerObservablesWithPointsProperty
Summary: Identifies the DataLoggerObservablesWithPoints dependency property, which enables binding a collection of observables containing data point information to the LiveChart control.
Remarks
Each observable in the collection provides a tuple containing a series name, a list of data point values, and two integer values representing additional metadata. This property is typically used to supply dynamic or real-time data to the chart through data binding.