FirstMajorTick Property

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

Syntax

object.FirstMajorTick

Example

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

Debug.Print Axis.FirstMajorTick

Used by: Axis object