TextObject - multiple lines on chart

 
To display multiple lines of text on the chart like so:

H(0): UP
S(1,2,3): -15, -45, -69
R(1,2,3): 45, 70, 200


The c style carriage return "\r\n" works with message box, but not with ObjectSetText. The documentation does specify "a text line", so is the only way to do this to have a separate object for each line?

// edited to get formatting correct
 
One line per text object, yes.
Reason: