TicksMajorBase Property (AAxis)

Returns or sets the base number for calculating ticks on the object.

Syntax

Object.TicksMajorBase [ = dBase ]

The TicksMajorBase property syntax has the following parts:

 

Name

Type

Inscription

Object

AAxis

AAxis object

dBase

Double

An integer specifying the base number for calculating ticks on the AAxis object.

Comments

When ticks are spaced by units, ticks are placed at locations that fit the following equation:

UnitsBase + (n * UnitsInterval), where n is any integer.

Example

The following statement changes the AAxis's TicksMajorBase to ten:

axs1.TicksMajorBase=10

Applies to

AAxis

See Also

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