Click or drag to resize

PeakFittingOfMultipleSpectraByIncrementalPeakAdditionDataSourcePeakTable_SeparatePeaksColumnNameY Method

Gets the y-column name for separately output peak curves.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string PeakTable_SeparatePeaksColumnNameY(
	int numberOfSpectrum
)

Parameters

numberOfSpectrum  Int32
The zero-based index of the spectrum.

Return Value

String
The peak-table y-column name for separately output peak curves.
See Also