add_shape_in_chart method
Contents
[
Hide
]add_shape_in_chart
Add a shape to chart .All unit is 1/4000 of chart area.
def add_shape_in_chart(self, type, placement, left, top, right, bottom):
...
Parameter | Type | Description |
---|---|---|
type | MsoDrawingType | The drawing type. |
placement | PlacementType | the placement type. |
left | int | In unit of 1/4000 chart area width. |
top | int | In unit of 1/4000 chart area height. |
right | int | In unit of 1/4000 chart area width. |
bottom | int | In unit of 1/4000 chart area height. |
add_shape_in_chart
Add a shape to chart .All unit is 1/4000 of chart area.
def add_shape_in_chart(self, type, placement, left, top, right, bottom, image_data):
...
Parameter | Type | Description |
---|---|---|
type | MsoDrawingType | The drawing type. |
placement | PlacementType | the placement type. |
left | int | In unit of 1/4000 chart area width. |
top | int | In unit of 1/4000 chart area height. |
right | int | In unit of 1/4000 chart area width. |
bottom | int | In unit of 1/4000 chart area height. |
image_data | bytes | If the shape is not a picture or ole object,imageData should be null. |
See Also
- module
aspose.cells.drawing
- class
ShapeCollection