Returns or sets the color of the tick label on the object.
Object.LabelsColor [ = clrLabels ]
The LabelsColor property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
clrLabels |
An integer specifying the color of the tick label of the axis object. |
The colors are specified by their RGB values. The default is the current Ambient foreground color.
The following statement changes the AAxis LabelsColor to black.
axs1.LabelsColor=aBlack