Click or drag to resize

NonlinearFittingShowFitDialog Method

Shows the nonlinear fit dialog for the specified graph controller.

Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string? ShowFitDialog(
	IGraphController ctrl
)

Parameters

ctrl  IGraphController
The graph controller.

Return Value

String
An error message, or if no error occurred.
See Also