Mode Property [AutoAxisTickLabels]

The Mode property returns or sets the tick label Label source. Returns a Long.

Syntax

object.Mode

object.Mode = Mode

 

Parameter Type Description
Mode Long required, grfAxisLabelMode

 

Example 1

This example shows how to return the axis label mode.

Debug.Print TickLabels.mode

Example 2

This example shows how to set the axis label mode.

TickLabels.mode = grfLabelsAuto

 

Used by: AutoAxisTickLabels object