LiveChart.DataWithTimeStampProperty 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 DataWithTimeStampProperty
Summary: Identifies the DataWithTimeStamp dependency property, which stores a tuple containing optional string data, optional and required lists of double values, and an integer value for the LiveChart control.
Remarks
This property enables data binding, styling, and animation for the associated DataWithTimeStamp property in LiveChart. The tuple consists of four elements: a nullable string, a nullable list of doubles, a non-nullable list of doubles, and an integer. The property is typically used to represent chart data along with associated timestamps and metadata.