Skip to content

SignalXYEnumPoints.Data property

Defined in

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

View source

Summary: The sequence of tuples containing the series name, Y-values, X-values, and axis index for each data point series. The name may be null for unnamed series. The Y and X lists must be non-null and of equal length for each tuple.

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