AddTextBoxInChart

ShapeCollection.AddTextBoxInChart method

向图表添加一个文本框。

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

返回值

一个文本框对象。

也可以看看