LastValue Property
The LastValue property returns or sets last value to be evaluated and plotted in a function plot. Returns a Double.
Syntax
object.LastValue
object.LastValue = LastValue
Parameter | Type | Description |
LastValue | Double | required, last value |
Example 1
This example shows how to set the last value for a function plot.
FunctionPlot.lastValue =95
Example 2
This example shows how to return the last value used to create a function plot.
Debug.Print FunctionPlot.lastValue
Used by: AutoFunctionPlot object