set_text_data#

Text.set_text_data(center_x, center_y, text)#

Set the data for the text object.

Parameters:
center_xValue

X value of the center point.

center_yValue

Y value of the center point.

textstr

String value for the text object.