Click or drag to resize

SpectroscopyCommandsGraphName_PeaksSeparate Method

Gets the default graph name for plotting separate peaks.

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

Parameters

numberOfSpectrum  Int32
Zero-based spectrum index.
numberOfSpectra  Int32
Total number of spectra.

Return Value

String
The graph name for separate peak curves.
See Also