Increment Property
The Increment property returns or sets the function plot increment. Returns a Double.
Syntax
object.Increment
object.Increment = Increment
Parameter | Type | Description |
Increment | Double | required, increment value |
Example 1
This example shows how to set the increment value to 5.
FunctionPlot.increment = 5
Example 2
This example shows how to return the function plot increment.
Debug.Print FunctionPlot.increment
Used by: AutoFunctionPlot object