TicksMajor Property (AAxis)

Returns or sets whether major ticks are drawn on the object.

Syntax

Object.TicksMajor [ = bTicks ]

The TicksMajor property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bTicks

Bool

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

Where

bTicks can be one of the following:

 

Value

Description

True

Major tick marks appear on the axis.

False *

No major tick marks appear on the axis.

Comments

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

Example

The following statement changes the AAxis so major tick marks appear on the axis:

axs1.TicksMajor=True

Applies to

AAxis

See Also

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