Returns or sets the number of major divisions on the object.
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. |
If set to 0 then TicksMajorBase and TicksMajorInterval are used. The default is zero.
The following statement changes the number of major divisions on the AAxis to ten:
axs1.TicksMajorDivisions=10
TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMajorBase, TicksMajorColor, TicksMajorGrid, TicksMajorGridColor, TicksMajorInterval, TicksMinor, TicksOutside, TicksSpacing