FrameFillColor Property (AChart)

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

Syntax

Object.FrameFillColor [ = clrFrameFillColor ]

The FrameFillColor property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

clrFrameFillColor

AColor

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

Example

The following statement changes the AChart FrameFillColor to red.

cht1.FrameFillColor=aclrRed

Applies to

AChart

See Also

FrameBorderStyle, FrameFillStyle, FrameHeight, FrameLeft, FramePicture, FrameTop, FrameWidth