Returns or sets whether to show the tick label on the object.
Object.TicksLabelVisible [ = bVisible ]
The TicksLabelVisible property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
bVisible |
Bool |
A boolean expression that specifies whether to show the tick label on the object. |
bVisible can be one of the following:
Value |
Description |
True |
The tick label is shown. |
False * |
The tick label is not shown. |
The following statement changes the AAxis so the tick label is shown:
axs1.TicksLabelVisible=True