TicksOutside Property (AAxis)

Returns or sets whether ticks are drawn ticks on the outside of the object.

Syntax

Object.TicksOutside [ = bOutside ]

The TicksOutside property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bOutside

Bool

A boolean expression that specifies whether ticks are drawn ticks on the outside of the object.

Where

bOutside can be one of the following:

 

Value

Description

True

The tick marks appear outside of the axis.

False *

No tick marks are displayed outside of the axis.

Comments

If the property is set to FALSE no ticks are displayed outside the object.

Example

The following statement changes the AAxis so tick marks appear outside of the object:

axs1.TicksOutside=True

Applies to

AAxis

See Also

TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMinor