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.3179.0 (4.8.3179.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 name of the table, the group number, and the names of the x and y columns.
Top
Methods
 NameDescription
Public methodWithXYCurve Returns a new instance, in which the XYCurve is set to a new instance.
Public methodWithXYDataOrigin Returns a new instance, in which the column information is set to the provided name of the table, the group number, and the names of the x and y columns.
Top
See Also