SetCustomEquation Method
The SetCustomEquation method defines a new equation for the custom fit type.
Syntax
object.SetCustomEquation( equation )
Parameter | Type | Description |
equation | String | required |
Example 1
This example shows how define an equation for a fit.
Fit.SetCustomEquation("Y = X + B")
Used by: AutoFitPlot object