I'm sorry, I think I didn't understand your issue entirely the first time. Try this:
1)
Make Graph, e.g.:
gb=Graph Builder(
Size( 534, 1454 ),
Show Control Panel( 0 ),
Graph Spacing( 3 ),
Variables( X( :X ), Y( :Y ), Page( :Z) ),
Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) )
);
Note that i store the graph builder as "gb" to reference it easier later.
then use:
gb<< Make Into Data Table;
Hope this helps?
BR
Jesper