AddLabelInChart

ShapeCollection.AddLabelInChart method

向图表添加标签。

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

返回值

一个新的标签对象。

也可以看看