05-10-2010 01:45 PM
I had an idea for a tool that would create chart scales programmatically, but found that the property nodes only allow you to manipulate scales that already exist. Can VI scripting be used to create new scales? I tried, but have not been able to figure out how yet.
06-11-2014 03:01 PM
Apparently, there is still no way to create more scales on a graph programmatically, so I don't know how to add scales and set their properties (get error 1077). Does anyone know how to do this, either with standard LV nodes, or with scripting?
06-11-2014 03:22 PM
My workaround is to have 6 scales on each axis (3 on each side, even and odd). I then toggle the visibility.
06-11-2014 03:38 PM
I need more Y-scales, like maybe 10 or 50.
Anyone aware of problems if graphs have lots of scales (each plot has its own)?
I could have one 0-100 Y-scale and convert each plot's data to fit, but that has lots of other headaches, and I can't show a nice Y-scale (I only show a couple at a time, not all!).