Click or drag to resize

BuiltinFitFunctionInformationDescription Property

Returns description text of the fit function. This text can be plain text or can be text with RTF format tags (but without header and trailer). It can also contain MathML1.0 formulas.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string Description { get; }

Property Value

String

Implements

IFitFunctionInformationDescription
See Also