Hi,
It's better to make just one cursor (in case you have an array of let say
200 points), and make it snap to the nearest point. With the event structure
you can read out if the user has clicked in the graph, read out the cursor,
and when the mouse button is released, change the point to the new location.
Regards,
Wiebe.
"MrWaves" wrote in message
news:506500000005000000F2460100-1068850981000@exchange.ni.com...
> Thanks!
>
> I didnt realize that it is possible to have more than one cursor!
> This means I need to generate as many cursors as points in my array
> and just make it look like an ordinary point.
> Then I can use this cursor to move the point to any position within
> the graph.
> I hope my guess is correct!
>
> Thanks
again for your help
> Thomas