Click or drag to resize

FitFunctionServiceRemoveUserDefinedFitFunction 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#
public void RemoveUserDefinedFitFunction(
	FileBasedFitFunctionInformation info
)

Parameters

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

Implements

IFitFunctionServiceRemoveUserDefinedFitFunction(FileBasedFitFunctionInformation)
See Also