I'm working on a graph displaying dates on the x-axis, and percent on the y-axis (1-100). I have got the graph to show kind of the way I like, but I want to disable the ability to scroll and scale the graph in y-direction, so the values 1-100 always is displayed at the same scale. However, I cannot disable user interaction completely, as I want the user to be able to scroll (and perhaps scale) in the x-direction as the number of dates gets bigger, and touch the nodes to display values.
I was able to to this in s7graphview, which I was using before, but haven't been able to get this to work with iOS 5. Also, the smooth scrolling I got from the scrollView in s7 had been fine to have in Core Plot :)