add_text_box_in_chart method
add_text_box_in_chart
Adds a textbox to the chart.
Returns
A TextBox object.
def add_text_box_in_chart(self, top, left, height, width):
...
Parameter | Type | Description |
---|---|---|
top | int | Represents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area. |
left | int | Represents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area. |
height | int | Represents the height of textbox, in units of 1/4000 of the chart area. |
width | int | Represents the width of textbox, in units of 1/4000 of the chart area. |
See Also
- module
aspose.cells.drawing
- class
ShapeCollection