TicksMajorGrid Property (AAxis)

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

Syntax

Object.TicksMajorGrid [ = bTicksMajorGrid ]

The TicksMajorGrid property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bTicksMajorGrid

Bool

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

Where

bTicksMajorGrid can be one of the following:

 

Value

Description

True

Major grid lines appear on the axis.

False *

No major grid lines appear on the axis.

Comments

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

Example

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

axs1.TicksMajorGrid=True

Applies to

AAxis

See Also

TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMajorBase, TicksMajorColor, TicksMajorDivisions, TicksMajorGridColor, TicksMajorInterval, TicksMinor, TicksOutside, TicksSpacing