ChartFillFormat.UserPicture(Object, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fills the specified shape with one large image.
public void UserPicture (object PictureFile, object PictureFormat, object PictureStackUnit, object PicturePlacement);
abstract member UserPicture : obj * obj * obj * obj -> unit
Public Sub UserPicture (Optional PictureFile As Object, Optional PictureFormat As Object, Optional PictureStackUnit As Object, Optional PicturePlacement As Object)
Parameters
- PictureFile
- Object
The filename of the image.
- PictureFormat
- Object
An XlChartPictureType value that indicates the format of the picture.
- PictureStackUnit
- Object
A Double value that specifies the picture stack or scale unit (depends on the PictureFormat
argument).
- PicturePlacement
- Object
An XlChartPicturePlacement value that indicates the placement of the picture.
Remarks
If you want to fill the shape with small tiles of an image, use the UserTextured(String) method.