DanielChile Posted November 28, 2008 Report Posted November 28, 2008 Hello, everyone. I need help from the UI masters. Please see the attached VI (LV 8.5.1). You may notice an ugly "xxxxxxE-15" on the Y scale of the graph where it should be a simple zero. Note that this scale has scaling factors. I suppose this is a bug and we wanted to workaround it. We figured out that we could read all markers text and then just write a "0" to the ugly one, but we still can't get the right method. Any suggestions? Daniel R. Quote
Dan DeFriese Posted November 28, 2008 Report Posted November 28, 2008 I just adjusted the formatting of the Y axis of the control. Right click the graph. In the context menu select: Y Axis -> Formatting. I adjusted formatting to be floating point w/4 digits of precision. Hope this helps, Dan Quote
Minh Pham Posted November 28, 2008 Report Posted November 28, 2008 QUOTE (DanielChile @ Nov 28 2008, 01:54 AM) Hello, everyone. I need help from the UI masters.Please see the attached VI (LV 8.5.1). You may notice an ugly "xxxxxxE-15" on the Y scale of the graph where it should be a simple zero. Note that this scale has scaling factors. I suppose this is a bug and we wanted to workaround it. We figured out that we could read all markers text and then just write a "0" to the ugly one, but we still can't get the right method. Any suggestions? Daniel R. Programatically you can use the YScale>>Format and Precision property nodes to set these settings. File Attached Quote
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.