TickLabels Property

The TickLabels property returns an AutoAxisTickLabels object to allow access to axis tick labels. This is a read-only property.

Syntax

object.TickLabels

Example 1

This example shows how to access the tick labels.

Dim TickLabels As Object

Set TickLabels = Axis.TickLabels

Example 2

This example shows how to enable the major tick labels.

TickLabels.MajorOn = False

 

Used by: AutoAxis object