Aspose::Cells::Drawing::ShapeCollection::AddTextBoxInChart method

ShapeCollection::AddTextBoxInChart method

Adds a textbox to the chart.

TextBox Aspose::Cells::Drawing::ShapeCollection::AddTextBoxInChart(int32_t top, int32_t left, int32_t height, int32_t width)
ParameterTypeDescription
topint32_tRepresents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area.
leftint32_tRepresents the vertical offset of textbox from the upper left corner in units of 1/4000 of the chart area.
heightint32_tRepresents the height of textbox, in units of 1/4000 of the chart area.
widthint32_tRepresents the width of textbox, in units of 1/4000 of the chart area.

ReturnValue

A TextBox object.

See Also