Skip to content

SignalXYPoints record

Defined in

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

Summary

View source

        Represents a set of XY signal data points, including optional metadata such as a name and axis assignment.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class SignalXYPoints
class IEquatable~SignalXYPoints~ {
    <>
}
IEquatable~SignalXYPoints~ <|.. SignalXYPoints

Implements: IEquatable

Remarks

Use this record to encapsulate XY data for plotting or analysis, along with relevant metadata. The axis index can be used to distinguish between multiple axes in visualization scenarios.

Constructors

NameSummary
.ctorRepresents a set of XY signal data points, including optional metadata such as a name and axis assignment.

Properties

NameSummary
EqualityContract
DataA tuple containing the signal name, the Y values, the X values, and the axis index. The name may be null to indicate an unnamed signal. The Y and X lists must contain the signal's data...

Methods

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members