TicksAboveRight Property (AAxis)

Returns or sets whether ticks are drawn above (for a horizontal axis) or to the right (for a vertical axis) of the object.

Syntax

Object.TicksAboveRight [ = bAboveRight ]

The TicksAboveRight property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bAboveRight

Bool

A boolean expression that specifies whether ticks 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 tick marks appear above (for the horizontal axis) or to the right (for the vertical axis).

False *

No tick marks are displayed above or on the right side of the axis.

Comments

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

Example

The following statement changes the AAxis so tick marks appear above (for the horizontal axis) or to the right (for the vertical axis):

axs1.TicksAboveRight=True

Applies to

AAxis

See Also

TicksBelowLeft, TicksInside, TicksMajor, TicksMinor, TicksOutside