Click or drag to resize

IFitFunctionScriptViewEventSinkEhView_DependentVariableTextChanged Method

Handles changes to the dependent-variable text.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void EhView_DependentVariableTextChanged(
	string val
)

Parameters

val  String
The entered value.
See Also