Click or drag to resize

IReferencingXYColumnsXYCurve Property

Stores the data of the curve, consisting of x-y pairs.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
ImmutableArray<(double x, double y)> XYCurve { get; init; }

Property Value

ImmutableArrayValueTupleDouble, Double
See Also