CaptionFillColor Property (AChart)

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

Syntax

Object.CaptionFillColor [ = clrCaptionFillColor ]

The CaptionFillColor property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

clrCaptionFillColor

AColor

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

Example

The following statement changes the AChart CaptionFillColor to white.

cht1.CaptionFillColor=aclrWhite

Applies to

AChart

See Also

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