ChartFillFormat.UserPicture(Object, Object, Object, Object) 方法

定义

用图像填充指定图形。

public void UserPicture (object PictureFile, object PictureFormat, object PictureStackUnit, object PicturePlacement);
Public Sub UserPicture (Optional PictureFile As Object, Optional PictureFormat As Object, Optional PictureStackUnit As Object, Optional PicturePlacement As Object)

参数

PictureFile
Object

必需的 对象

PictureFormat
Object

可选 XlChartPictureType。可以是以下 XlChartPictureType 常量之一:xlStackxlStackScalexlStretch

PictureStackUnit
Object

可选属性,类型为 Integer。 图片堆栈或缩放单元 (取决于 PictureFormat 参数) 。

PicturePlacement
Object

可选 XlChartPicturePlacement。可以是以下 XlChartPicturePlacement 常量之一:xlAllFacesxlEndxlEndSidesxlFrontxlFrontEndxlFrontSidesxlSides

适用于