02-22-2004 03:36 PM
02-22-2004 03:38 PM
02-22-2004 03:39 PM
02-23-2004 05:48 AM
02-23-2004 03:23 PM
02-24-2004 04:48 AM
02-25-2004 01:12 PM
06-16-2004 12:07 PM
11-07-2012 05:35 AM - edited 11-07-2012 05:38 AM
I ran into this problem recently. I was getting overlapping Y scales in my executable but not while running in source code. It turns out I had this item in my application INI file:
EnableAutoScales=False
Once I set it to True, the plot resized and scales were correctly spaced.
This was using LV2011 SP1
Thanks to the poster above who lead me down this path.