Mode Property [AutoAxisTitle]

The Mode property returns or sets the axis title mode, relative or automatic. Returns a Long.

Syntax

object.Mode

object.Mode = Mode

 

Parameter Type Description
Mode Long required, grfAxisTitle

 

Example 1

This example shows how to return the axis label mode.

Debug.Print XAxisTitle.mode

 

Example 2

This example shows how to set the axis label mode.

XAxisTitle.mode = grfAxisTitleRelative

 

Used by: AutoAxisTitle object