Click or drag to resize

IFitFunctionServiceRemoveUserDefinedFitFunction Method

This removes a fit function that is stored in xml format onto disc.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void RemoveUserDefinedFitFunction(
	FileBasedFitFunctionInformation info
)

Parameters

info  FileBasedFitFunctionInformation
The fit function information (only the file name is used from it).
See Also