SpectroscopyCommandsPlotFitCurve Method |
Plots the fit curve (all together).
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static void PlotFitCurve(
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 the spectrum.
- numberOfSpectra Int32
- The total number of processed spectra
- 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