I am working out some statistics from some anologue data i've recorded and there are certain points I have calculated that I would like to stick a cursor on which is not moved by the mouse or anything else. I would like to say
CWGraph1.Cursor(1) x1,y1
CWGraph1.Cursor(2) x2,y2
CWGraph1.Cursor(3) x3,y3
what is the actual code for this as I have been trying and getting nowhere