TicksInside Property (AAxis)

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

Syntax

Object.TicksInside [ = bInside ]

The TicksInside property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bInside

Bool

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

Where

bInside can be one of the following:

 

Value

Description

True

The tick marks appear inside of the axis.

False *

No tick marks are displayed inside of the axis.

Comments

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

Example

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

axs1.TicksInside=True

Applies to

AAxis

See Also

TickMarkOutside, TicksAboveRight, TicksBelowLeft, TicksMajor, TicksMinor