RemoveCustomFitDefinition Method
The RemoveCustomFitDefinition method removes a user-defined fit type from the application.
Syntax
object.RemoveCustomFitDefinition( name )
Parameter | Type | Description |
name | String | required |
Remarks
Ensure the custom fit you wish to remove is not in use by any fit plots before calling the RemoveCustomFitDefinition method.
Example 1
This example shows how to remove a fit curve from a plot.
Grapher.RemoveCustomFitDefinition("Custom Fit 1")
Used by: Application object