Skip to content

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

View source

Summary: Identifies the SignalObservablesWithTimeStamp dependency property, which enables binding to a collection of observables that provide time-stamped signal data for the chart.

Remarks

Each observable in the collection emits a tuple containing an optional signal name, optional X values, Y values, and a time stamp index. This property is typically used to display real-time or historical signal data in the chart. The property is intended for use with data binding in XAML or code-behind.