AddTextBoxInChart
ShapeCollection.AddTextBoxInChart method
向图表添加一个文本框。
public TextBox AddTextBoxInChart(int top, int left, int height, int width)
范围 | 类型 | 描述 |
---|---|---|
top | Int32 | 表示文本框从左上角的垂直偏移量,单位为图表区域的 1/4000。 |
left | Int32 | 表示文本框从左上角的垂直偏移量,单位为图表区域的 1/4000。 |
height | Int32 | 表示文本框的高度,以图表区域的 1/4000 为单位。 |
width | Int32 | 表示文本框的宽度,以图表区域的 1/4000 为单位。 |
返回值
一个文本框对象。
也可以看看
- class TextBox
- class ShapeCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells