Edit

Share via


ChartFillFormat.UserPicture(Object, Object, Object, Object) Method

Definition

Fills the specified shape with an image.

public:
 void UserPicture(System::Object ^ PictureFile, System::Object ^ PictureFormat, System::Object ^ PictureStackUnit, System::Object ^ PicturePlacement);
public void UserPicture (object PictureFile, object PictureFormat, object PictureStackUnit, object PicturePlacement);
abstract member UserPicture : obj * obj * obj * obj -> unit
Public Sub UserPicture (PictureFile As Object, PictureFormat As Object, PictureStackUnit As Object, PicturePlacement As Object)

Parameters

PictureFile
Object

Optional Object. The filename of the image.

PictureFormat
Object

Optional Object. An XlChartPictureType value that indicates the format of the picture.

PictureStackUnit
Object

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

PicturePlacement
Object

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

Applies to