LiveChart.DataWithTimeStamp property¶
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 (string? Name, IList<double>? Value, IList<double> DateTime, int Axis) DataWithTimeStamp { get; set; }
Summary: Gets or sets the signal data along with associated time stamps and axis information.
Returns: (string? Name, IList
Remarks
The tuple contains the signal name, its values, corresponding time stamps, and the axis
index. The Value and DateTime lists may be null or empty depending on the
data source. Changing this property updates the underlying signal data and may trigger related events or UI
updates.