TicksMinorInterval Property (AAxis)

Returns or sets the number of units between minor divisions on the object.

Syntax

Object.TicksMinorInterval [ = dInterval ]

The TicksMinorInterval property syntax has the following parts:

 

Name

Type

Inscription

Object

AAxis

AAxis object

dInterval

Double

An integer specifying the number of units between minor divisions on the AAxis object.

Example

The following statement changes the AAxis's TicksMinorInterval to three:

axs1.TicksMinorInterval=3

Applies to

AAxis

See Also

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