Click or drag to resize

PolynomialFittingFit(IGraphController, Int32, Double, Double, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Procedures.PolynomialFitting.Fit(Altaxo.Gui.Graph.Gdi.Viewing.IGraphController,System.Int32,System.Double,System.Double,System.Boolean)"]


Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? Fit(
	IGraphController ctrl,
	int order,
	double fitCurveXmin,
	double fitCurveXmax,
	bool showFormulaOnGraph
)

Parameters

ctrl  IGraphController

[Missing <param name="ctrl"/> documentation for "M:Altaxo.Graph.Procedures.PolynomialFitting.Fit(Altaxo.Gui.Graph.Gdi.Viewing.IGraphController,System.Int32,System.Double,System.Double,System.Boolean)"]

order  Int32

[Missing <param name="order"/> documentation for "M:Altaxo.Graph.Procedures.PolynomialFitting.Fit(Altaxo.Gui.Graph.Gdi.Viewing.IGraphController,System.Int32,System.Double,System.Double,System.Boolean)"]

fitCurveXmin  Double

[Missing <param name="fitCurveXmin"/> documentation for "M:Altaxo.Graph.Procedures.PolynomialFitting.Fit(Altaxo.Gui.Graph.Gdi.Viewing.IGraphController,System.Int32,System.Double,System.Double,System.Boolean)"]

fitCurveXmax  Double

[Missing <param name="fitCurveXmax"/> documentation for "M:Altaxo.Graph.Procedures.PolynomialFitting.Fit(Altaxo.Gui.Graph.Gdi.Viewing.IGraphController,System.Int32,System.Double,System.Double,System.Boolean)"]

showFormulaOnGraph  Boolean

[Missing <param name="showFormulaOnGraph"/> documentation for "M:Altaxo.Graph.Procedures.PolynomialFitting.Fit(Altaxo.Gui.Graph.Gdi.Viewing.IGraphController,System.Int32,System.Double,System.Double,System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Graph.Procedures.PolynomialFitting.Fit(Altaxo.Gui.Graph.Gdi.Viewing.IGraphController,System.Int32,System.Double,System.Double,System.Boolean)"]

See Also