Click or drag to resize

IFitElementViewInitialize Method

Initializes the view from the specified fit element.

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Initialize(
	FitElement fitElement
)

Parameters

fitElement  FitElement
The fit element to display.
See Also