Skip to content

LiveChart.SignalWithPoints property

Defined in

Type: LiveChart 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) SignalWithPoints { get; set; }

View source

Summary: Gets or sets the signal data, including its name, Y and X coordinate points, and axis index.

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

Remarks

The tuple contains the signal's name, a list of Y values, a list of X values, and the axis index to which the signal is assigned. The Y list may be null to indicate missing or unavailable data. Changing this property updates the associated signal data with the provided points.