10-07-2005 10:03 AM
10-07-2005 10:17 AM - edited 10-07-2005 10:17 AM
Just filter the data so it contains NaN for all points that you don't want to show.
Attached is a simple example (LabVIEW 7.1), that charts random data and places an X on the second plot of the data is >0.9. I'm sure you can adapt it for your purpose.
Message Edited by altenbach on 10-07-2005 08:21 AM
10-07-2005 10:44 AM
altenbach - This is exactly what I needed. Thanks for your help. One more thing to tie it up. My primnary Y axis is one range and the secondary is another. I want both axis to have the range, which is auto scaled, of the primary axis. Is there a way to do that? I was looking through the property nodes and I find properties related to the Y scale but what about the secondary Y scale? Again, thanks for the help.
Troy
10-07-2005 11:05 AM
10-07-2005 12:55 PM