06-15-2010 11:00 AM - edited 06-15-2010 11:01 AM
I wish to use the event "Scale Range Change" on my graph to identify when the scale changes. It seems to work OK when you pan the graph with the mouse, but if the scale changes by itself (when you add data, for example), the event isn't fired.
The help says:
"Generated when the user changes the minimum or maximum value of the scale of a graph or chart. The minimum or maximum value changes when the user enters a new value in a scale marker, pans or zooms the graph or chart, or the graph or chart autoscales. This event is useful if you want to register user changes and then adjust the functionality of the graph."
I've attached a simple vi that allows you to pan around the graph and see when the event is correctly fired. If you pan then the event fires. If you Push some data into the graph then it rescales (autoscales) but the event doesn't fire.
Any ideas anyone?
06-16-2010 06:45 AM