LabelsAboveRight Property (AAxis)

Returns or sets whether labels appear above (for a horizontal axis) or to the right (for a vertical axis) of the object.

Syntax

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.

Where

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.

Comments

 If the property is set to FALSE no labels are displayed above or to the right side of the axis.

Example

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

Applies to

AAxis

See Also

LabelsBelowLeft, LabelsColor, TickLabelDisplayFormat