LastMajorTick Property

LastMajor returns the value of the last major tick in map units. Returns a double. This is a read-only property. However, this property could be set using the 'LastMajorTick' parameter of the Axis.SetScale() method.

Syntax

object.LastMajorTick

Example

This example demonstrates how to return the value of the last major tick of an axis.

Debug.Print Axis.LastMajorTick

Used by: Axis object