mje Posted February 21, 2011 Report Share Posted February 21, 2011 I have a graph that where I want to explicitly set some scale markers via the Graph:YScale:MarkerVals[] array. Problem is LabVIEW seems to insist on displaying the labels for the limits of the scale as well: In this case it's displaying "118" despite me having only requested the {0, 20, 40, 60, 80, 100} values. Is there a way keep LabVIEW from adding the extra label? Other than kludging it with adding controls to hide it, etc... Quote Link to comment
jaegen Posted February 21, 2011 Report Share Posted February 21, 2011 Sorry, but kludging is the only solution I've ever found for this problem (edit the control and use an appropriately-coloured rectangle decoration over the 118). Jaegen Quote Link to comment
ShaunR Posted February 21, 2011 Report Share Posted February 21, 2011 Turning off "Loose fit" and "autoscale" not working for you? (since you are specifying the scale) Quote Link to comment
mje Posted February 21, 2011 Author Report Share Posted February 21, 2011 Thanks for confirming, jaegen. As for Shaun, nope doesn't work. I still want the range 0-118 displayed, I just don't want the 118 label to be shown. 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.