2

I'm using ZedGraph to plot some line graphs in C#. What I'm trying to do is record the on screen x axis positions when you zoom in and out with the mouse as I want to work out the max and min values that are displayed.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
moose333
  • 21
  • 3

1 Answers1

2

I'm not sure I understand the question very well, but you can get the screen coordinates of the mouse location, then call ReverseTransform to get the location in the graph.

PeskyGnat
  • 2,454
  • 19
  • 22