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