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