AddAutoShapeInChart
ShapeCollection.AddAutoShapeInChart method
将自选图形添加到图表中。
public Shape AddAutoShapeInChart(AutoShapeType type, int top, int left, int height, int width)
范围 | 类型 | 描述 |
---|---|---|
type | AutoShapeType | 自动形状类型。 |
top | Int32 | 表示文本框从左上角的垂直偏移量,单位为图表区域的 1/4000。 |
left | Int32 | 表示文本框从左上角的垂直偏移量,单位为图表区域的 1/4000。 |
height | Int32 | 表示文本框的高度,以图表区域的 1/4000 为单位。 |
width | Int32 | 表示文本框的宽度,以图表区域的 1/4000 为单位。 |
返回值
返回一个形状对象。
评论
类型不能是 Chart/Comment/Picture/OleObject/Polygon/DialogBox
也可以看看
- class Shape
- enum AutoShapeType
- class ShapeCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells