TicksMinorDivisions Property (AAxis)

Returns or sets the number of minor divisions for each major division.

Syntax

Object.TicksMinorDivisions [ = lDivisions ]

The TicksMinorDivisions property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

lDivisions

Long

An integer specifying the number of minor divisions for each major division on the object. The default is zero.

Example

The following statement changes the number of minor divisions for each major division on the AAxis to two:

axs1.TicksMinorDivisions=2

Applies to

AAxis

See Also

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