TicksVisible Property (AAxis)

Returns or sets whether the ticks on the object are visible or hidden.

Object.TicksVisible [ = bShowTicks ]

The TicksVisible property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bShowTicks

Bool

A boolean expression that specifies whether the ticks on the axis are visible or hidden.

Where

bShowTicks can be one of the following:

 

Value

Description

True *

The ticks are visible.

False

The ticks are not visible.

Example

The following statement changes the AAxis object so the ticks are not visible:

axs1.TicksVisible=False

Applies to

AAxis

See Also

NameVisible, TicksLabelVisible