Vivek Bhojan Posted January 20, 2011 Report Share Posted January 20, 2011 Hello Friends, I am using Waveform Chart with multiple Y axis scales. Currently 6 Scales are used and made visible programatically. The Default No of scale is 6. Now the question is, sometimes when I change the No of scales from minimum to maximum, the scales are overlapped on the plot area. Please see to the attachment. How to solve this issue. Thanks Quote Link to comment
Antoine Chalons Posted January 20, 2011 Report Share Posted January 20, 2011 Hello Friends, I am using Waveform Chart with multiple Y axis scales. Currently 6 Scales are used and made visible programatically. The Default No of scale is 6. Now the question is, sometimes when I change the No of scales from minimum to maximum, the scales are overlapped on the plot area. Please see to the attachment. How to solve this issue. Thanks I think you can read the Y Scales Positions, sort through them to find where they start and where they end and then set the property "Plot Area Size" and "Plot Area Position" to reduce/move it so that it doesn't overlap with the scales, I haven't tried though. Good luck. Quote Link to comment
Vivek Bhojan Posted January 20, 2011 Author Report Share Posted January 20, 2011 I think you can read the Y Scales Positions, sort through them to find where they start and where they end and then set the property "Plot Area Size" and "Plot Area Position" to reduce/move it so that it doesn't overlap with the scales, I haven't tried though. Good luck. LabVIEW Ver 7.1 does not have the option of Plot Area Position. Quote Link to comment
Antoine Chalons Posted January 20, 2011 Report Share Posted January 20, 2011 LabVIEW Ver 7.1 does not have the option of Plot Area Position. I couldn't check because I don't have LV 7.1 installed at the moment but I'm sure that at least you have it for XY Graph, not sure for Waveform Chart... To check, create a property node on you chart and see at the same path here : Hope this helps Quote Link to comment
Grampa_of_Oliva_n_Eden Posted January 20, 2011 Report Share Posted January 20, 2011 Try setting Advanced >>> Auto Adjust Scales False Ben Quote Link to comment
Vivek Bhojan Posted January 20, 2011 Author Report Share Posted January 20, 2011 Try setting Advanced >>> Auto Adjust Scales False Ben I have tried this option previously, but the output is something like the image attached. There is a space between the Scales and the Plot Area Quote Link to comment
ShaunR Posted January 20, 2011 Report Share Posted January 20, 2011 May seem like a silly solution. But can't you put the data on the right hand side so as as the # columns grow; they grow away from the graph rather than towards it? Then you can keep the size fixed. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.