SetCustomFit Method
The SetCustomFit method sets the fit plot to a custom fit type by name.
Syntax
object.SetCustomFit( name )
Parameter | Type | Description |
name | String | required |
Example 1
This example shows how to apply a custom fit curve to a plot.
Fit.SetCustomFit("NewSpecialFit")
Used by: AutoFitPlot object