Returns or sets whether minor ticks are drawn on the object.
Object.TicksMinor [ = bTicksMinor ]
The TicksMinor property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
bTicksMinor |
Bool |
A boolean expression that specifies whether minor ticks are drawn on the object. |
bTicksMinor can be one of the following:
Value |
Description |
True |
Minor tick marks appear on the axis. |
False * |
No minor tick marks appear on the axis. |
If the property is set to FALSE no minor ticks are displayed on the object.
The following statement changes the AAxis so minor tick marks appear on the axis:
axs1.TicksMinor=True
TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMinorColor, TicksMinorDivisions, TicksMinorGrid, TicksMinorGridColor, TicksMinorInterval, TicksOutside, TicksSpacing