SpectroscopyCommandsPeakTable_SeparatePeaksColumnNameY Method |
Gets the standard name of the Y column containing separate peak fit curves for the specified spectrum.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static string PeakTable_SeparatePeaksColumnNameY(
int numberOfSpectrum
)
Parameters
- numberOfSpectrum Int32
- Zero-based spectrum index.
Return Value
StringThe column name for separate peak curves Y values.
See Also