Click or drag to resize

SpectrumSubtractionXYDataOrigin Property

Gets the name of the table, the group number, and the names of the x and y columns.

Namespace: Altaxo.Science.Spectroscopy.DarkSubtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (string TableName, int GroupNumber, string XColumnName, string YColumnName)? XYDataOrigin { get; init; }

Property Value

NullableValueTupleString, Int32, String, String

Implements

IReferencingXYColumnsXYDataOrigin
See Also