LastTickMode Property

The LastTickMode property returns or sets the last axis tick mark range. Returns a Long.

Syntax

object.LastTickMode

object.LastTickMode = LastTickMode

 

Parameter Type Description
LastTickMode Long required, grfAxisTickRange

 

Example

This example shows how to set the last tick range mode to custom.

TickMarks.LastTickMode = grfTickCustom

 

Used by: AutoAxisTickMarks object