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