TicksMinorGrid Property (AAxis)

Returns or sets whether minor grid lines are drawn on the object.

Syntax

Object.TicksMinorGrid [ = bTicksMinorGrid ]

The TicksMinorGrid property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bTicksMinorGrid

Bool

A boolean expression that specifies whether minor grid lines are drawn on the object.

Where

bTicksMinorGrid can be one of the following:

 

Value

Description

True

Minor grid lines appear on the axis.

False *

No minor grid lines appear on the axis.

Comments

 If the property is set to FALSE no minor grid lines are displayed on the object.

Example

The following statement changes the AAxis so minor grid lines appear on the axis:

axs1.TicksMinorGrid=True

Applies to

AAxis

See Also

TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMinor, TicksMinorColor, TicksMinorDivisions, TicksMinorGridColor, TicksMinorInterval, TicksOutside, TicksSpacing