FramePicture Property (AChart)

Returns or sets a Picture object to be displayed as the frame's background of the object.

Syntax

Object.FramePicture [ = picFramePicture ]

The FramePicture property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

picFramePicture

APicture

APicture object

Example

The following statement changes the AChart's FramePicture to a given image file:

cht1.FramePicture = LoadPicture ("c:\\dirname\\filename.bmp")

Applies to

AChart

See Also

FrameBorderStyle, FrameFillColor, FrameFillStyle, FrameHeight, FrameLeft, FrameTop, FrameWidth