CaptionPicture Property (AChart)

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

Syntax

Object.CaptionPicture [ = picCaptionPicture ]

The CaptionPicture property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

picCaptionPicture

APicture

APicture object

Example

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

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

Applies to

AChart

See Also

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