Click or drag to resize

IFitFunctionScriptViewEnableScriptView Method

[Missing <summary> documentation for "M:Altaxo.Gui.Scripting.IFitFunctionScriptView.EnableScriptView(System.Object,System.Boolean)"]


Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void EnableScriptView(
	Object view,
	bool enable
)

Parameters

view  Object

[Missing <param name="view"/> documentation for "M:Altaxo.Gui.Scripting.IFitFunctionScriptView.EnableScriptView(System.Object,System.Boolean)"]

enable  Boolean

[Missing <param name="enable"/> documentation for "M:Altaxo.Gui.Scripting.IFitFunctionScriptView.EnableScriptView(System.Object,System.Boolean)"]

See Also