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