Aspose::Cells::Drawing::ShapeCollection::AddLabelInChart method

ShapeCollection::AddLabelInChart method

Adds a label to the chart.

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

ReturnValue

A new Label object.

See Also