GraphWaveEdit and live traces

Axes are not generally autoscaled for live traces. But when GraphWaveEdit is active, autoscale happens even for live traces. Is this expected behavoiur?

 

I think that is just how it worked out. I found the following (somewhat cryptic) comment in the code:

"Let the default update work because that can handle live traces but an updateDataFunc can not"

 

Thanks, Larry, for the clarification. I have code where I execute SetAxis to prevent autoscale before running GraphWaveEdit, and I was wondering why I did it that way.