ChartDirector 7.1 (.NET Edition)

BaseChart.setWallpaper


Usage

[C#]public void setWallpaper(string filename);
[VB]Public Sub setWallpaper(filename As String)

Description

Uses the image from the specified file or resource as the wallpaper to fill the background of the chart.

Arguments

ArgumentDefaultDescription
filename(Mandatory)The pathname of the image file or resource, which must be of PNG, JPG or GIF format. Please refer to Path Specification on how ChartDirector interprets pathnames.

Return Value

None