PeakFittingOfMultipleSpectraByIncrementalPeakAdditionDataSourcePeakTable_FitCurveColumnNameX Method |
Gets the x-column name for a fitted curve.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string PeakTable_FitCurveColumnNameX(
int numberOfSpectrum
)
Parameters
- numberOfSpectrum Int32
- The zero-based index of the spectrum.
Return Value
StringThe peak-table x-column name for the fitted curve.
See Also