Chart.SetBackgroundPicture Method
Excel Developer Reference |
Sets the background graphic for a chart.
Syntax
expression.SetBackgroundPicture(Filename)
expression A variable that represents a Chart object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Filename | Required | String | The name of the graphic file. |
See Also