AddShapeInChart
内容
[
隐藏
]AddShapeInChart(MsoDrawingType, PlacementType, int, int, int, int, byte[])
向图表添加形状。所有单位为图表区域的 1/4000。
public Shape AddShapeInChart(MsoDrawingType type, PlacementType placement, int left, int top,
int right, int bottom, byte[] imageData)
范围 | 类型 | 描述 |
---|---|---|
type | MsoDrawingType | 绘图类型。 |
placement | PlacementType | 展示位置类型。 |
left | Int32 | 以 1/4000 图表区域宽度为单位。 |
top | Int32 | 以 1/4000 图表区域高度为单位。 |
right | Int32 | 以 1/4000 图表区域宽度为单位。 |
bottom | Int32 | 以 1/4000 图表区域高度为单位。 |
imageData | Byte[] | 如果形状不是图片或 ole 对象,则 imageData 应为空。 |
也可以看看
- class Shape
- enum MsoDrawingType
- enum PlacementType
- class ShapeCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
AddShapeInChart(MsoDrawingType, PlacementType, int, int, int, int)
向图表添加形状。所有单位为图表区域的 1/4000。
public Shape AddShapeInChart(MsoDrawingType type, PlacementType placement, int left, int top,
int right, int bottom)
范围 | 类型 | 描述 |
---|---|---|
type | MsoDrawingType | 绘图类型。 |
placement | PlacementType | 展示位置类型。 |
left | Int32 | 以 1/4000 图表区域宽度为单位。 |
top | Int32 | 以 1/4000 图表区域高度为单位。 |
right | Int32 | 以 1/4000 图表区域宽度为单位。 |
bottom | Int32 | 以 1/4000 图表区域高度为单位。 |
也可以看看
- class Shape
- enum MsoDrawingType
- enum PlacementType
- class ShapeCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells