ValueLabelsTicksVisible Property (AAxis)

Returns or sets whether major ticks are drawn at the Value-Label location on the object.

Syntax

Object.ValueLabelsTicksVisible [ = bShow ]

The ValueLabelsTicksVisible property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bShow

Bool

A boolean expression that specifies whether major ticks are drawn at the Value-Label location on the object.

Where

bShow can be one of the following:

 

Value

Description

True *

Major ticks are drawn at the Value-Label location.

False

Major ticks are not drawn at the Value-Label location.

Example

The following statement changes the AAxis so major ticks are not at the Value-Label location :

axs1.ValueLabelsTicksVisible=False

Applies to

AAxis

See Also

ValueLabelsCount, ValueLabelsGridsVisible, ValueLabelsLabelsVisible, ValueLabelsPosition