FitPolynomialDialogController(Int32, NullableDouble, NullableDouble, Boolean) Constructor |
Namespace: Altaxo.Gui.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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