LastTickValue Property

The LastTickValue property returns or sets the last axis tick mark value. Returns a Double.

Syntax

object.LastTickValue

object.LastTickValue = LastTickValue

 

Parameter Type Description
LastTickValue Double required, last tick mark value

 

Example

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

TickMarks.LastTickValue = 30

 

Used by: AutoAxisTickMarks object