Click or drag to resize

IXYNonlinearFitFunctionPlotDataViewInitializeFunctionText Method

Initializes the function text.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void InitializeFunctionText(
	string text,
	bool editable
)

Parameters

text  String
The text to display.
editable  Boolean
If set to , the text is editable.
See Also