Click or drag to resize

FitPolynomialDialogController(Int32, NullableDouble, NullableDouble, Boolean) Constructor

Initializes a new instance of the FitPolynomialDialogController class

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FitPolynomialDialogController(
	int order,
	double? xmin,
	double? xmax,
	bool bShowFormulaOnGraph
)

Parameters

order  Int32

[Missing <param name="order"/> documentation for "M:Altaxo.Gui.Graph.FitPolynomialDialogController.#ctor(System.Int32,System.Nullable{System.Double},System.Nullable{System.Double},System.Boolean)"]

xmin  NullableDouble

[Missing <param name="xmin"/> documentation for "M:Altaxo.Gui.Graph.FitPolynomialDialogController.#ctor(System.Int32,System.Nullable{System.Double},System.Nullable{System.Double},System.Boolean)"]

xmax  NullableDouble

[Missing <param name="xmax"/> documentation for "M:Altaxo.Gui.Graph.FitPolynomialDialogController.#ctor(System.Int32,System.Nullable{System.Double},System.Nullable{System.Double},System.Boolean)"]

bShowFormulaOnGraph  Boolean

[Missing <param name="bShowFormulaOnGraph"/> documentation for "M:Altaxo.Gui.Graph.FitPolynomialDialogController.#ctor(System.Int32,System.Nullable{System.Double},System.Nullable{System.Double},System.Boolean)"]

See Also