03-07-2005 11:43 AM
03-07-2005 12:27 PM
03-07-2005 01:38 PM
@C. Minnella wrote:
I would like to lock the x-scales of two graphs to each other. Typically what I do is continually write the x-scale range cluster from one graph to the other (only one x-scale is visable) in a while loop, but I would like to avoid polling in this application if possible. Is there an event that is triggered when the operator changes a scale parameter? I tried to use Key-up on my graph, but apparently the scales don't register as a text input on the graph control. I also fooled around with Mouse Enter/Leave/Move, but these are not guaranteed to work.
Any suggestions, or do I have to poll.
TIA
Chris
03-07-2005 01:57 PM
03-07-2005 02:12 PM
03-07-2005 03:04 PM
03-07-2005 03:39 PM
03-08-2005 07:21 AM
09-27-2005 05:54 PM
09-28-2005 03:18 PM