How do i put the generated graph to a journal
GB = Graph Builder(
Size( 621, 472 ),
Variables(
X(colX[i]),
Y(colY[i])
),
Elements(
Position( 1, 1 ),
Points( X, Y, Legend( 67 ) ),
Smoother( X, Y, Legend( 68 ) )
),
SendToReport(
Dispatch(
{},
"Graph",
ScaleBox,
{Label Row( {Show Major Grid( 1 ), Show Minor Grid( 1 )} )}
)
)
);
graph = GB << Graph;
Hi all may i ask how can i edit th...