ValueLabelsLabelsVisible Property (AAxis)

Returns or sets whether the Value-Label' s label is drawn at the Value-Label location on the object.

Syntax

Object.ValueLabelsLabelsVisible [ = bShow ]

The ValueLabelsLabelsVisible property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bShow

Bool

A boolean expression that specifies whether the ValueLabel's label is drawn at the ValueLabel location on the object.

Where

bShow can be one of the following:

 

Value

Description

True *

The label is drawn at the Value-Label location.

False

The label is not drawn at the Value-Label location.

Example

The following statement changes the AAxis so the label is not shown at the Value-Label location :

axs1.ValueLabelsLabelsVisible=False

Applies to

AAxis

See Also

ValueLabelsCount, ValueLabelsGridsVisible, ValueLabelsPosition, ValueLabelsTicksVisible