Reverse Property [Axis]

Reverse returns or sets the reverse axis state. Returns a Boolean.

Syntax

object.Reverse

object.Reverse = Reverse

Parameter

Type

Description

Reverse

Boolean

required; True reverses the axis direction.

Example 1

The following example demonstrates how to return the reverse axis state of the bottom axis.

Debug.Print MapFrame.Axes.Item("Bottom Axis").Reverse

Example 2

The following example demonstrates how to reverse the direction of the bottom axis.

MapFrame.Axes.Item("Bottom Axis").Reverse = True

Used by: Axis Object