PlotAreaPicture Property (AChart)

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

Syntax

Object.PlotAreaPicture [ = picPlotAreaPicture ]

The PlotAreaPicture property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

picPlotAreaPicture

APicture

APicture object

Example

The following statement changes the AChart so the plot area has a picture from a given image file:

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

Applies to

AChart

See Also

APlot, PlotAreaBorderStyle, PlotAreaFillColor, PlotAreaFillStyle, PlotAreaHeight, PlotAreaLeft, PlotAreaTop, PlotAreaWidth, Plots