AddPictureInChart

ShapeCollection.AddPictureInChart method

将图片添加到图表中。

public Picture AddPictureInChart(int top, int left, Stream stream, int widthScale, int heightScale)
范围类型描述
topInt32以图表区域的 1/4000 为单位表示形状从左上角的垂直偏移量。
leftInt32以图表区域的 1/4000 为单位表示 shape 从左上角的水平偏移量。
streamStream包含图像数据的流对象。
widthScaleInt32图像宽度的比例,百分比。
heightScaleInt32图像高度的比例,百分比。

返回值

返回一个图片对象。

也可以看看