Skip to content

SignalXYTimestamp record

Defined in

Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll Full name: CrissCross.WPF.Plot.LiveChart.SignalXYTimestamp Modifiers: public

Summary

View source

        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

NameSummary
.ctorRepresents a signal with X and Y values, associated timestamps, and axis information.

Properties

NameSummary
EqualityContract
DataA 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

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members