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