Returns or sets the color of the minor ticks on the object.
Object.TicksMinorColor [ = clrTicksMinor ]
The TicksMinorColor property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
clrTicksMinor |
An integer specifying the color of the minor ticks 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 TicksMinorColor to green.
axs1.TicksMinorColor=aGreen
TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMinor, TicksMinorDivisions, TicksMinorGrid, TicksMinorGridColor, TicksMinorInterval, TicksOutside, TicksSpacing