TicksMajorDivisions Property (AAxis)

Returns or sets the number of major divisions on the object.

Syntax

Object.TicksMajorDivisions [ = lDivisions ]

The TicksMajorDivisions property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

lDivisions

Long

An integer specifying the number of major divisions on the object.

Comments

 If set to 0 then TicksMajorBase and TicksMajorInterval are used. The default is zero.

Example

The following statement changes the number of major divisions on the AAxis to ten:

axs1.TicksMajorDivisions=10

Applies to

AAxis

See Also

TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMajorBase, TicksMajorColor, TicksMajorGrid, TicksMajorGridColor, TicksMajorInterval, TicksMinor, TicksOutside, TicksSpacing