I have a simple test VI with 3 panes (pane 1 stretches as needed while pane 0 and pane 2 are fixed width, each pane has its origin in the top left corner):
The block diagram just reports the position of the Time/Amplitude labels and polls for the stop button to be pushed:
The graph has the Scale Object with Pane option set to TRUE and the center pane has the Scale Objects when Resizing property set to TRUE as well.
Anyway... when resizing the pane the axis labels march all over the place. After about a minute of resizing the pane while the VI was running I ended up with the labels looking like this:
Luckily the properties for axis label position are not read only, so I already have my workaround.
If there's a better way to configure resizing graphs / panes I'm all ears, or perhaps this issue is fixed in a more recent LabVIEW? (we're still using LV 2011 on this project for the time being)
Best Regards,