Option Property
The Option property returns or sets the fit option value. The value type varies depending on the fit type. Returns a Double.
Syntax
object.Option
object.Option = Option
Parameter | Type | Description |
Option | Double | required, fit value for spline smoothing, polynomial, orthogonal polynomial, running average, or weighted average fits |
Example
This example shows how to set the option for a fit curve.
FitCurve.Option = 5
Used by: AutoFitPlot object