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