Returns or sets whether the labels appear below (for a horizontal axis) or to the left (for a vertical axis) of the object.
Object.TicksBelowLeft [ = bBelowLeft ]
The TicksBelowLeft property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
bBelowLeft |
Bool |
A boolean expression that specifies whether the labels appear below (for the horizontal axis) or to the left (for the vertical axis) of the object. |
bBelowLeft can be one of the following:
Value |
Description |
True * |
The labels appear below (for the horizontal axis) or to the left (for the vertical axis). |
False |
No labels are displayed below or on the left side of the axis. |
If the property is set to FALSE no labels are displayed below or on the left side of the axis.
The following statement changes the AAxis so no labels appear to the left or below the axis:
axs1.TicksBelowLeft=False