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