If you right click on the graph, you can Customize the graph, which will allow you to add the graphics you want to the chart.
cust.PNG
Here is what the customization window looks like
cust2.PNG
And here is the simple graphic code required
pen color("blue");
pen size(2);
line([.273, .292, .339,.319,.273 ], [.279, .334, .359,.302,.279]);
Marker Size( 5 );
Marker(
color state( blue ),
Marker State( 15 ),
[.273, .292, .339,.319],
[.279, .334, .359,.302]
);
Jim