[VB] | Public Sub setWallpaper(img As String) |
[C#] | public void setWallpaper(string img); |
ChartDirector 5.1 (.NET Edition)
BaseChart.setWallpaper
Usage
[VB] | Public Sub setWallpaper(img As String) |
[C#] | public void setWallpaper(string img); |
Description
Arguments
Argument | Default | Description |
---|---|---|
img | (Mandatory) | The image file that is used as the background wallpaper of the chart. |
Return Value