11-21-2006 08:41 PM
Hi,
I’m trying to insert Y-Scales into a plot, so that the plot area will always be maximized. Hide and unhide of Y-Scales works fine, however the plot area is not maximized. I have tried to this by changing the value of the YScale.Left property to equal PlotBounds.Left property and then offset the PlotBounds.Left by adding YScale.Width property to it. However every time I end up writing to PlotBounds property, the code behind the scene ends up completely rewriting values previously stored in YScale.Left. Is there any other way around this?
martin
11-27-2006 06:05 PM
11-29-2006 08:44 AM
I would like to have the plot area resize to make room for additional Y-Scales. The position of the Y-Scales should be on the left floating. I’m attaching screenshots of the desired behavior. Let me know if you require additional info.
Regards,
martin
11-30-2006 11:00 AM
11-30-2006 12:14 PM
Hi,
Currently I am using LabVIEW 8.2 and upon running the example, plot area does not resize seemingly. The Y Scales float to the left and disappear behind the plot legend. Is it possible that I might be missing something in my LabVIEW.ini file?
Regards,
martin
12-04-2006 03:41 PM