Chart.SetBackgroundPicture Method
Sets the background graphic for a chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub SetBackgroundPicture ( _
FileName As String _
)
'Usage
Dim instance As Chart
Dim FileName As String
instance.SetBackgroundPicture(FileName)
void SetBackgroundPicture(
string FileName
)
Parameters
- FileName
Type: System.String
The name of the file for the graphic.