MajorInterval Property

MajorInterval returns the interval between major ticks in map units. Returns a double. This is a read-only property. However, this property could be set using the 'MajorInterval' parameter of the Axis.SetScale() method.

Syntax

object.MajorInterval

Example

This example demonstrates how to return the interval between major ticks.

Debug.Print Axis.MajorInterval

Used by: Axis object