Returns or sets a Picture object to be displayed as the frame's background of the object.
Object.FramePicture [ = picFramePicture ]
The FramePicture property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
picFramePicture |
APicture object |
The following statement changes the AChart's FramePicture to a given image file:
cht1.FramePicture = LoadPicture ("c:\\dirname\\filename.bmp")
FrameBorderStyle, FrameFillColor, FrameFillStyle, FrameHeight, FrameLeft, FrameTop, FrameWidth