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.3179.0 (4.8.3179.0)
Syntax
C#
ImmutableArray<(double x, double y)> XYCurve { get; init; }

Property Value

ImmutableArrayValueTupleDouble, Double
See Also