,System.Collections.Generic.IList{System.Double},System.Int32})}
SignalXYTimestamp((string? Name, IList? Value, IList DateTime, int Axis)) constructor¶
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
Overloads¶
- 1.
public SignalXYTimestamp((string? Name, IList<double>? Value, IList<double> DateTime, int Axis) Data) - 2.
protected SignalXYTimestamp(LiveChart.SignalXYTimestamp original)
1. Overload¶
public SignalXYTimestamp((string? Name, IList<double>? Value, IList<double> DateTime, int Axis) Data)
Summary: Represents a signal with X and Y values, associated timestamps, and axis information.
Parameters
| Name | Type | Description |
|---|---|---|
Data | (string? Name, IList | 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. |
2. Overload¶
protected SignalXYTimestamp(LiveChart.SignalXYTimestamp original)
Parameters
| Name | Type | Description |
|---|---|---|
original | [SignalXYTimestamp](# | -- |