NonlinearFittingShowFitDialog Method |
Shows the nonlinear fit dialog for the specified graph controller.
Namespace: Altaxo.Graph.ProceduresAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string? ShowFitDialog(
IGraphController ctrl
)
Parameters
- ctrl IGraphController
- The graph controller.
Return Value
StringAn error message, or
if no error occurred.
See Also