Returns or sets the base number for calculating ticks on the object.
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. |
When ticks are spaced by units, ticks are placed at locations that fit the following equation:
UnitsBase + (n * UnitsInterval), where n is any integer.
The following statement changes the AAxis's TicksMajorBase to ten:
axs1.TicksMajorBase=10
TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMajorColor, TicksMajorDivisions, TicksMajorGrid, TicksMajorGridColor, TicksMajorInterval, TicksMinor, TicksOutside, TicksSpacing