LabelsColor Property (AAxis)

Returns or sets the color of the tick label on the object.

Syntax

Object.LabelsColor [ = clrLabels ]

The LabelsColor property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

clrLabels

AColor

An integer specifying the color of the tick label 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 LabelsColor to black.

axs1.LabelsColor=aBlack

Applies to

AAxis

See Also

LabelsAboveRight, LabelsBelowLeft, TickLabelDisplayFormat