IFitFunctionServiceRemoveUserDefinedFitFunction Method |
This removes a fit function that is stored in xml format onto disc.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void RemoveUserDefinedFitFunction(
FileBasedFitFunctionInformation info
)
Parameters
- info FileBasedFitFunctionInformation
- The fit function information (only the file name is used from it).
See Also