ShapeCollection.AddTextBoxInChart
ShapeCollection.AddTextBoxInChart method
Adds a textbox to the chart.
public TextBox AddTextBoxInChart(int top, int left, int height, int width)
Parameter | Type | Description |
---|---|---|
top | Int32 | Represents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area. |
left | Int32 | Represents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area. |
height | Int32 | Represents the height of textbox, in units of 1/4000 of the chart area. |
width | Int32 | Represents the width of textbox, in units of 1/4000 of the chart area. |
Return Value
A TextBox object.
See Also
- class TextBox
- class ShapeCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells