Click or drag to resize

IReferencingXYColumnsWithXYCurve Method

Returns a new instance, in which the XYCurve is set to a new instance.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IReferencingXYColumns WithXYCurve(
	ImmutableArray<(double x, double y)> xyCurve
)

Parameters

xyCurve  ImmutableArrayValueTupleDouble, Double
The x-y curve.

Return Value

IReferencingXYColumns
New instance with the provided value set.
See Also