FirstTickValue Property

The FirstTickValue property returns or sets the first tick mark value if a custom range is used. Returns a Double.

Syntax

object.FirstTickValue

object.FirstTickValue = FirstTickValue

 

Parameter Type Description
FirstTickValue Double required, first tick mark value

 

Example 1

This example shows how to set the custom value for the first tick mark.

TickMarks.FirstTickValue = 5

Example 2

This example shows how to return the custom value for the first tick mark.

Debug.Print TickMarks.FirstTickValue

 

Used by: AutoAxisTickMarks object