Returns or sets whether major ticks are drawn on the object.
Object.TicksMajor [ = bTicks ]
The TicksMajor property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
bTicks |
Bool |
A boolean expression that specifies whether major ticks are drawn on the object. |
bTicks can be one of the following:
Value |
Description |
True |
Major tick marks appear on the axis. |
False * |
No major tick marks appear on the axis. |
If the property is set to FALSE no major ticks are displayed on the object.
The following statement changes the AAxis so major tick marks appear on the axis:
axs1.TicksMajor=True
TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajorBase, TicksMajorColor, TicksMajorDivisions, TicksMajorGrid, TicksMajorGridColor, TicksMajorInterval, TicksMinor, TicksOutside, TicksSpacing