FirstValue Property

The FirstValue property returns or sets the first value the function plot is to evaluate. Returns a Double.

Syntax

object.FirstValue

object.FirstValue = FirstValue

 

Parameter Type Description
FirstValue Double required, first value

 

Example 1

This example sets the first value for a function plot.

FunctionPlot.firstValue = 5

 

Example 2

This example shows how to return the first value for a function plot.

Debug.Print FunctionPlot.firstValue

 

Used by: AutoFunctionPlot object