Error message from Elements( Points( X, Y, Legend( 2 ) ) ),
Hi all,I am trying to make a graph, However, I get an error message, but I don't have any idea where it comes from.Here is my program:graph = RAW_DATA_TABLE << Graph Builder(
Size( 450, 400 ),
Show Legend( 0 ),
Show Control Panel( 0 ),
Variables( X( :Numéro de lot ), Y( Eval( defaut ) ),
Elements( Points( X, Y, Legend( 2 ) ) ),
SendToReport(
Dispatch(
{},
...