Click or drag to resize

IFitFunctionScriptView Interface

View interface for editing fit function scripts.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IFitFunctionScriptView

The IFitFunctionScriptView type exposes the following members.

Properties
 NameDescription
Public propertyController Gets or sets the controller that handles view events.
Top
Methods
 NameDescription
Public methodClose Closes the view.
Public methodEnableScriptView Enables or disables the script view.
Public methodSetCheckUseUserDefinedParameters Sets whether user-defined parameters are enabled.
Public methodSetDependentVariableText Sets the dependent-variable text.
Public methodSetIndependentVariableText Sets the independent-variable text.
Public methodSetNumberOfParameters Sets the number of parameters.
Public methodSetParameterText Sets the parameter text.
Public methodSetScriptView Sets the embedded script view.
Top
See Also