ValueLabelsGridsVisible Property (AAxis)

Returns or sets whether grid lines are drawn at the Value-Label location on the object.

Syntax

Object.ValueLabelsGridsVisible [ = bShow ]

The ValueLabelsGridsVisible property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bShow

Bool

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

Where

bShow can be one of the following:

 

Value

Description

True

Grid lines are shown at the Value-Label location.

False *

Grid lines are not shown at the Value-Label location.

Example

The following statement changes the AAxis so the grid lines are shown:

axs1.ValueLabelsGridsVisible=True

Applies to

AAxis

See Also

ValueLabelsCount, ValueLabelsLabelsVisible, ValueLabelsPosition, ValueLabelsTicksVisible