Returns or sets a Picture object to be displayed as the caption's background of the object.
Object.CaptionPicture [ = picCaptionPicture ]
The CaptionPicture property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
picCaptionPicture |
APicture object |
The following statement changes the AChart's CaptionPicture to a given image file:
cht1.CaptionPicture = LoadPicture ("c:\\dirname\\filename.bmp")
Caption, CaptionBorderStyle, CaptionFillColor, CaptionFillStyle, CaptionFont, CaptionForeColor, CaptionHeight, CaptionLeft, CaptionTop, CaptionWidth