TicksMajorColor Property (AAxis)

Returns or sets the color of the major ticks on the object.

Syntax

Object.TicksMajorColor [ = clrTicksMajor ]

The TicksMajorColor property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

clrTicksMajor

AColor

An integer specifying the color of the major ticks of the axis object.

Comments

The colors are specified by their RGB values. The default is the current Ambient foreground color. This property can be set at design time and is read-only at run time.

Example

The following statement changes the AAxis TicksMajorColor to red.

axs1.TicksMajorColor=aRed

Applies to

AAxis

See Also

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