Click or drag to resize

SpectroscopyCommandsPlotFitCurveAsSeparatePeaks Method

Plots the fit curve as separate peaks.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static void PlotFitCurveAsSeparatePeaks(
	DataTable peakTable,
	int numberOfSpectrum,
	int numberOfSpectra,
	string? graphName = null,
	bool doOpenGraph = true
)

Parameters

peakTable  DataTable
The peak table containing the fit results.
numberOfSpectrum  Int32
The number of spectrum (usually 0).
numberOfSpectra  Int32

[Missing <param name="numberOfSpectra"/> documentation for "M:Altaxo.Science.Spectroscopy.SpectroscopyCommands.PlotFitCurveAsSeparatePeaks(Altaxo.Data.DataTable,System.Int32,System.Int32,System.String,System.Boolean)"]

graphName  String  (Optional)
Name of the graph to create (full name). If null or empty, a graph with a default name is created in the same folder as the table.
doOpenGraph  Boolean  (Optional)
If true, the created graph is opened (the graph window is shown in Altaxo).
See Also