TicksMinor Property (AAxis)

Returns or sets whether minor ticks are drawn on the object.

Syntax

Object.TicksMinor [ = bTicksMinor ]

The TicksMinor property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bTicksMinor

Bool

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

Where

bTicksMinor can be one of the following:

 

Value

Description

True

Minor tick marks appear on the axis.

False *

No minor tick marks appear on the axis.

Comments

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

Example

The following statement changes the AAxis so minor tick marks appear on the axis:

axs1.TicksMinor=True

Applies to

AAxis

See Also

TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMinorColor, TicksMinorDivisions, TicksMinorGrid, TicksMinorGridColor, TicksMinorInterval, TicksOutside, TicksSpacing