asdasdad
asdasdad

Reputation: 862

Why do I get vertical lines on my Graph when clicking on ZedGraph?

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:

enter image description here

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

Answers (1)

asdasdad
asdasdad

Reputation: 862

I solved it by just disabling both vertical and horizontal zoom. Like that there are no lines nor more....

Upvotes: 2

Related Questions