AddShapeInChartByScale
内容
[
隐藏
]AddShapeInChartByScale(MsoDrawingType, PlacementType, double, double, double, double)
向图表添加形状。所有单位都是图表区域的百分比比例。
public Shape AddShapeInChartByScale(MsoDrawingType type, PlacementType placement, double left,
double top, double right, double bottom)
范围 | 类型 | 描述 |
---|---|---|
type | MsoDrawingType | 绘图类型。 |
placement | PlacementType | 展示位置类型。 |
left | Double | 单位是图表区域宽度的百分比。 |
top | Double | 单位是图表区域高度的百分比。 |
right | Double | 单位是图表区域宽度的百分比。 |
bottom | Double | 单位是图表区域高度的百分比。 |
也可以看看
- class Shape
- enum MsoDrawingType
- enum PlacementType
- class ShapeCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
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)
范围 | 类型 | 描述 |
---|---|---|
type | MsoDrawingType | 绘图类型。 |
placement | PlacementType | 展示位置类型。 |
left | Double | 单位是图表区域宽度的百分比。 |
top | Double | 单位是图表区域高度的百分比。 |
right | Double | 单位是图表区域宽度的百分比。 |
bottom | Double | 单位是图表区域高度的百分比。 |
imageData | Byte[] | 如果形状不是图片或 ole 对象,则 imageData 应为空。 |
也可以看看
- class Shape
- enum MsoDrawingType
- enum PlacementType
- class ShapeCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells