TicksLabelVisible Property (AAxis)

Returns or sets whether to show the tick label on the object.

Syntax

Object.TicksLabelVisible [ = bVisible ]

The TicksLabelVisible property syntax has the following parts:
 

Name

Type

Description

Object

AAxis

AAxis object

bVisible

Bool

A boolean expression that specifies whether to show the tick label on the object.

Where

bVisible can be one of the following:
 

Value

Description

True

The tick label is shown.

False *

The tick label is not shown.

Example

The following statement changes the AAxis so the tick label is shown:

axs1.TicksLabelVisible=True

Applies to

AAxis

See Also

Name, Type