Help with relative positions of custom "legend"
Hello JSL Scripters,
I'm working on a script, where I am adding my own "legend" to a graph. See screenshot below.
I've added the lines and text by right clicking in the graph Customize...> and then adding a Script to the graph. The following JSL generates the "legend" as shown above.
Pen Color( "Red" );
Pen Size( 2 );
Line Style( "Solid" );
Line( [20, 100], [65, 65] );
Text( {120, 64}, "Wei...