Returns or sets the color of minor grid lines on the object.
Object.TicksMinorGridColor [ = clrTicksMinorGrid ]
The TicksMinorGridColor property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
clrTicksMinorGrid |
An integer specifying the color of minor 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 TicksMinorGridColor to black.
axs1.TicksMinorGridColor=aBlack