Click or drag to resize

IFitElementView Interface

View contract for FitElementController.

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IFitElementView

The IFitElementView type exposes the following members.

Properties
 NameDescription
Public propertyFitFunctionSelected Sets a value indicating whether a fit function is selected.
Top
Methods
 NameDescription
Public methodInitialize Initializes the view from the specified fit element.
Public methodRefresh Refreshes the view.
Top
Events
 NameDescription
Public eventChooseErrorFunction Occurs when the user chooses an error function.
Public eventChooseExternalParameter Occurs when the user chooses an external parameter.
Public eventChooseFitFunction Occurs when the user chooses a fit function.
Public eventDeleteThisFitElement Occurs when this fit element should be deleted.
Public eventEditFitFunction Occurs when the fit function should be edited.
Public eventSetupVariablesAndRange Occurs when the variables and range should be configured.
Top
See Also