Chart.SetBackgroundPicture Method

Sets the background graphic for a chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
    Required String The name of the graphic file.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace