SpectroscopyCommandsGraphName_PeaksSeparate Method |
Gets the default graph name for plotting separate peaks.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static string GraphName_PeaksSeparate(
int numberOfSpectrum,
int numberOfSpectra
)
Parameters
- numberOfSpectrum Int32
- Zero-based spectrum index.
- numberOfSpectra Int32
- Total number of spectra.
Return Value
StringThe graph name for separate peak curves.
See Also