Need help with "Add Text Annotation" - not working as expected
All, I'm using this script to add text annotation to the plot: Eval(Parse(Eval Insert(JSL Quote(
biv<<SendToReport(
Dispatch(
{},
"Bivar Plot",
FrameBox,
Add Text Annotation(
Text( "R²=^R2^ \!nSlope=^Slope^" ),
/*Font( "Segoe UI", 12, "Plain" ),*/
Fixed Size( 0 ),
Text Box( 15, 15, 200, 200 ),
Filled( 1 ),
Editable( 0 ),
Background Color( "Light Yellow"
...