TicksBelowLeft Property (AAxis)

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

Syntax

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.

Where

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.

Comments

 If the property is set to FALSE no labels are displayed below or on the left side of the axis.

Example

The following statement changes the AAxis so no labels appear to the left or below the axis:

axs1.TicksBelowLeft=False

Applies to

AAxis

See Also

FormatString, LabelsAboveRight, LabelsColor