Reputation: 862
I have a ZedGraph
control in my WinForm with a zedGraphControl1_MouseClick
Event. When I click on a Point the FindNearestPoint
of my Pane finds the point and focuses a row in my DataGridView
.
Now when I click on some Points this happens:
Why do these lines not disappear? All I do is click once on it, it's like if I wanted to Zoom...
Anyone else has this Problem??
Upvotes: 2
Views: 459
Reputation: 862
I solved it by just disabling both vertical and horizontal zoom. Like that there are no lines nor more....
Upvotes: 2