Returns or sets a Picture object to be displayed as the plot's background of the object.
Object.PlotAreaPicture [ = picPlotAreaPicture ]
The PlotAreaPicture property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
picPlotAreaPicture |
APicture object |
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")
APlot, PlotAreaBorderStyle, PlotAreaFillColor, PlotAreaFillStyle, PlotAreaHeight, PlotAreaLeft, PlotAreaTop, PlotAreaWidth, Plots