FirstX Property
The FirstX property returns or sets first X value to be used in calculating a fit. Returns a Double.
Syntax
object.FirstX
object.FirstX = FirstX
Parameter | Type | Description |
FirstX | Double | required, first X value for fit |
Example 1
This example shows how to set the first X value for a fit curve.
FitLinear.FirstX = 5
Example 2
This example shows how to return the first X value for a fit curve.
Debug.Print FitLinear.FirstX
Used by: AutoFitPlot object