08-12-2008 09:42 AM
08-13-2008 02:17 PM
Hey matt,
Have you tried setting the the SnapMode property ? By default, it is set to CursorSnapMode.ToPlot, I believe, which results in the Cursor 'snapping' to points on the configured plot.You might want to try this (Set it to CursorSnapMode.Floating if you want to allow user interaction):
xyCursor1.SnapMode = CursorSnapMode.Fixed;
- Mahesh