SpectroscopyCommandsPlotFitCurveAsSeparatePeaks Method |
Plots the fit curve as separate peaks.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void PlotFitCurveAsSeparatePeaks(
DataTable peakTable,
int numberOfSpectrum,
string? graphName = null,
bool doOpenGraph = true
)
Parameters
- peakTable DataTable
- The peak table containing the fit results.
- numberOfSpectrum Int32
- The number of spectrum (usually 0).
- 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