Talking to Display boxes
The auto-generated script to generate this plot is Graph Builder(
Variables( X( :height ), Y( :weight ), Overlay( :sex ) ),
Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ),
SendToReport( Dispatch( {}, "X title", TextEditBox, {Set Text( "xxx" )} ) )
)
- Why "X title"? - What is a robust way to talk later with the X axis title. current Report()[TextEditBox(3)]
seems to work ...