Share via


ChartFillFormat.UserPicture Method

Fills the specified shape with an image.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub UserPicture ( _
    PictureFile As Object, _
    PictureFormat As Object, _
    PictureStackUnit As Object, _
    PicturePlacement As Object _
)
'Usage
Dim instance As ChartFillFormat
Dim PictureFile As Object
Dim PictureFormat As Object
Dim PictureStackUnit As Object
Dim PicturePlacement As Object

instance.UserPicture(PictureFile, PictureFormat, _
    PictureStackUnit, PicturePlacement)
void UserPicture(
    Object PictureFile,
    Object PictureFormat,
    Object PictureStackUnit,
    Object PicturePlacement
)

Parameters

  • PictureFile
    Type: System.Object

    Optional Object. The filename of the image.

  • PictureStackUnit
    Type: System.Object

    Optional Object. A Double value that specifies the picture stack or scale unit (depends on the PictureFormat argument).

  • PicturePlacement
    Type: System.Object

    Optional Object. An XlChartPicturePlacement value that indicates the placement of the picture.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Core Namespace