Fit |
The FitFunctionService type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
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. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetUserDefinedFitFunctions | This will get all user defined fit functions. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ReadUserDefinedFitFunction | This reads a fit function, that is stored in xml format onto disc. | |
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. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |