Skip to content

SignalXYTimestamp.Data property

Defined in

Type: SignalXYTimestamp 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) Data { get; init; }

View source

Summary: A tuple containing the signal name, a list of Y values, a list of timestamps as doubles, and the axis index. The name may be null if unspecified; the value and DateTime lists must not be null and should have matching lengths; Axis specifies which axis the signal is associated with.

Returns: (string? Name, IList? Value, IList DateTime, int Axis)