CaptionForeColor Property (AChart)

Returns or sets the color of the caption in the object.

Syntax

Object.CaptionForeColor [ = clrCaptionForeColor ]

The CaptionForeColor property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

clrCaptionForeColor

AColor

An integer specifying the color of the caption of the object.

Example

The following statement changes the AChart CaptionForeColor to black.

cht1.CaptionForeColor=aclrBlack

Applies to

AChart

See Also

Caption, CaptionBorderStyle, CaptionFillColor, CaptionFillStyle, CaptionFont, CaptionHeight, CaptionLeft, CaptionPicture, CaptionTop, CaptionWidth