AddShapeInChartByScale

AddShapeInChartByScale(MsoDrawingType, PlacementType, double, double, double, double)

向图表添加形状。所有单位都是图表区域的百分比比例。

public Shape AddShapeInChartByScale(MsoDrawingType type, PlacementType placement, double left, 
    double top, double right, double bottom)
范围类型描述
typeMsoDrawingType绘图类型。
placementPlacementType展示位置类型。
leftDouble单位是图表区域宽度的百分比。
topDouble单位是图表区域高度的百分比。
rightDouble单位是图表区域宽度的百分比。
bottomDouble单位是图表区域高度的百分比。

也可以看看


AddShapeInChartByScale(MsoDrawingType, PlacementType, double, double, double, double, byte[])

向图表添加形状。所有单位为图表区域的 1/4000。

public Shape AddShapeInChartByScale(MsoDrawingType type, PlacementType placement, double left, 
    double top, double right, double bottom, byte[] imageData)
范围类型描述
typeMsoDrawingType绘图类型。
placementPlacementType展示位置类型。
leftDouble单位是图表区域宽度的百分比。
topDouble单位是图表区域高度的百分比。
rightDouble单位是图表区域宽度的百分比。
bottomDouble单位是图表区域高度的百分比。
imageDataByte[]如果形状不是图片或 ole 对象,则 imageData 应为空。

也可以看看