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