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