LiveChart.ScatterObservablesWithTimeStampProperty 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 ScatterObservablesWithTimeStampProperty
Summary: Identifies the ScatterObservablesWithTimeStamp dependency property, which enables data binding for a collection of observable scatter data points with associated timestamps.
Remarks
This property is intended for use in scenarios where scatter plot data is provided as a sequence of observables, each emitting tuples containing an optional series name, optional X values, required Y values, and a timestamp. The property supports dynamic updates to the chart as new data arrives. The expected value is an enumerable of IObservable sequences, each producing a tuple of (string?, IList?, IList{double}, int).