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.3572.0 (4.8.3572.0)
Syntax
C#
public FitPolynomialDialogController(
	int order,
	double? xmin,
	double? xmax,
	bool bShowFormulaOnGraph
)

Parameters

order  Int32
The polynomial order.
xmin  NullableDouble
The optional lower x-limit for the fit curve.
xmax  NullableDouble
The optional upper x-limit for the fit curve.
bShowFormulaOnGraph  Boolean
A value indicating whether the fitted formula should be shown on the graph.
See Also