Returns or sets the color of major grid lines on the object.
Object.TicksMajorGridColor [ = clrTicksMajorGrid ]
The TicksMajorGridColor property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
clrTicksMajorGrid |
An integer specifying the color of major grid lines of the axis object. |
The colors are specified by their RGB values. The default is the current Ambient foreground color.
The following statement changes the AAxis TicksMajorGridColor to blue.
axs1.TicksMajorGridColor=aBlue
TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMajorBase, TicksMajorColor, TicksMajorDivisions, TicksMajorGrid, TicksMajorInterval, TicksMinor, TicksOutside, TicksSpacing