TicksMinorGridColor Property (AAxis)

Returns or sets the color of minor grid lines on the object.

Syntax

Object.TicksMinorGridColor [ = clrTicksMinorGrid ]

The TicksMinorGridColor property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

clrTicksMinorGrid

AColor

An integer specifying the color of minor grid lines of the axis object.

Comments

The colors are specified by their RGB values. The default is the current Ambient foreground color.

Example

The following statement changes the AAxis TicksMinorGridColor to black.

axs1.TicksMinorGridColor=aBlack

Applies to

AAxis

See Also

TicksMinorGrid