AddAutoShapeInChart

ShapeCollection.AddAutoShapeInChart method

将自选图形添加到图表中。

public Shape AddAutoShapeInChart(AutoShapeType type, int top, int left, int height, int width)
范围类型描述
typeAutoShapeType自动形状类型。
topInt32表示文本框从左上角的垂直偏移量,单位为图表区域的 1/4000。
leftInt32表示文本框从左上角的垂直偏移量,单位为图表区域的 1/4000。
heightInt32表示文本框的高度,以图表区域的 1/4000 为单位。
widthInt32表示文本框的宽度,以图表区域的 1/4000 为单位。

返回值

返回一个形状对象。

评论

类型不能是 Chart/Comment/Picture/OleObject/Polygon/DialogBox

也可以看看