DaveA Posted April 6, 2007 Report Share Posted April 6, 2007 I have a chart with two Y-axes. The scales are completely independent. For example, one Y-axis could be -1000 to 1000 and the other Y-axis could be -100 to 100. When the user zooms in on the chart and scrolls one Y-axis I want the other Y-axis to automatically scroll such that the zero points of both axes stay aligned. Is there any easy way to do that short of trapping the scroll event for each axis and doing a bunch of calculations to force the other axis to scroll the right amount? Link to comment Share on other sites More sharing options...
Frank Posted April 9, 2007 Report Share Posted April 9, 2007 I'm afraid that is the only way. I know I coded this at some point in a sample app but I can't seem to find it. Maybe you'll have better luck. I believe I posted it in the support site. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.