I have a program with a large c# chart control. I am allowing zooming by allowing the user to select any area and it will zoom in. This all works fine. When I go to scroll horizontally this also works fine and very smooth. However when I try to scroll vertically the scroll bar wont move, the only thing I can do is use the up and down arrow keys on the scroll bar and that only gives either the very top of the graph or the very bottom of the graph I can't scroll to anything in between. Any ideas on what could be happening? Please let me know what additional information I can provide. thanks!
Some of my properties:
- ChartArea
- CursorX & CursorY
- AutoScroll = True
- AxisType = Primary
- IsUserEnabled = True
- IsUserSelection = True
- CursorX & CursorY