TicksMinorColor Property (AAxis)

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

Syntax

Object.TicksMinorColor [ = clrTicksMinor ]

The TicksMinorColor property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

clrTicksMinor

AColor

An integer specifying the color of the minor ticks 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 TicksMinorColor to green.

axs1.TicksMinorColor=aGreen

Applies to

AAxis

See Also

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