Skip to content

SignalXYPoints.Data property

Defined in

Type: SignalXYPoints 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>? Y, IList<double> X, int Axis) Data { get; init; }

View source

Summary: A 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 points; both lists should be of equal length. The axis parameter specifies which axis the signal is associated with.

Returns: (string? Name, IList? Y, IList X, int Axis)