add_picture_in_chart method

add_picture_in_chart

Adds a picture to the chart.

Returns

Returns a Picture object.

def add_picture_in_chart(self, top, left, stream, width_scale, height_scale):
    ...
ParameterTypeDescription
topintRepresents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area.
leftintRepresents the horizontal offset of shape from the upper left corner in units of 1/4000 of the chart area.
streamio.RawIOBaseStream object which contains the image data.
width_scaleintScale of image width, a percentage.
height_scaleintScale of image height, a percentage.

See Also