Click or drag to resize

IFitFunctionScriptViewSetParameterText Method

Sets the parameter text.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetParameterText(
	string text,
	bool enable
)

Parameters

text  String
The parameter text.
enable  Boolean
to enable editing; otherwise, .
See Also