Click or drag to resize

SpectroscopyCommandsPeakTable_PreprocessedColumnNameY Method

Gets the standard name of the preprocessed X column for the specified spectrum index.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static string PeakTable_PreprocessedColumnNameY(
	int numberOfSpectrum
)

Parameters

numberOfSpectrum  Int32
Zero-based spectrum index.

Return Value

String
The column name for the preprocessed X values.
See Also