Click or drag to resize

SpectroscopyCommandsGraphName_PeaksTogether Method

Gets the default graph name for plotting peaks together.

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

Parameters

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

Return Value

String
The graph name for combined peak curves.
See Also