SignalXYTimestamp record¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.LiveChart.SignalXYTimestamp
Modifiers: public
Summary¶
Represents a signal with X and Y values, associated timestamps, and axis information.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class SignalXYTimestamp
class IEquatable~SignalXYTimestamp~ {
<>
}
IEquatable~SignalXYTimestamp~ <|.. SignalXYTimestamp
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Represents a signal with X and Y values, associated timestamps, and axis information. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| Data | 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... |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |