1.
|
2.
|
3.
|
4.
|
Right-click inside the graph and select Customize.
|
5.
|
Click the Add button to add a new graphics script.
|
Text( {55, 160}, "Hello World" );
Fill Color( "Green" ); Rect( 57, 175, 65, 110, 1 );
Tip: To use a script that references a column name, use Column( colname ) or a colon ( :colname ) to scope it properly.
Hint: To see the JSL for the above actions, select Save Script > To Script Window from the red triangle menu.