IFit |
public interface IFitFunctionService
The IFitFunctionService type exposes the following members.
Name | Description | |
---|---|---|
GetApplicationFitFunctions | This will get all application wide defined fit functions. | |
GetBuiltinFitFunctions | This will get all builtin fit functions. | |
GetDocumentFitFunctions | This will get all current document fit functions. | |
GetUserDefinedFitFunctions | This will get all user defined fit functions. | |
RemoveUserDefinedFitFunction | This removes a fit function that is stored in xml format onto disc. | |
SaveUserDefinedFitFunction | Saves a user defined fit function in the user's application directory. The user is prompted by a message box if the function already exists. |