Returns or sets whether grid lines are drawn at the Value-Label location on the object.
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. |
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. |
The following statement changes the AAxis so the grid lines are shown:
axs1.ValueLabelsGridsVisible=True
ValueLabelsCount, ValueLabelsLabelsVisible, ValueLabelsPosition, ValueLabelsTicksVisible