Click or drag to resize

IReferencingXYColumns Interface

Additional interface that is used if the spectral preprocessor is referencing an x and y column, for instance if another spectrum should be added or subtracted.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IReferencingXYColumns

The IReferencingXYColumns type exposes the following members.

Properties
 NameDescription
Public propertyXYCurve Stores the data of the curve, consisting of x-y pairs.
Public propertyXYDataOrigin Gets the origin of the referenced x-y data.
Top
Methods
 NameDescription
Public methodWithXYCurve Returns a new instance in which XYCurve is set to the provided value.
Public methodWithXYDataOrigin Returns a new instance in which XYDataOrigin is set to the provided value.
Top
See Also