LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph line property

I am wondering if there is an opiton to set the order of the graph lines.

In many case, I can't  view the other line like the attachment.

 

0 Kudos
Message 1 of 3
(2,812 Views)

The order is determined by the way the data is arranged in the array. In this case you could make the first plot with the data of the red trace, etc.

 

Your are also graphing the data too densely for all practical purpose. Try e.g. a plot type with only small dots and no connecting lines.

Message 2 of 3
(2,802 Views)

The order of the graph lines is a function of their order in the data structure driving a plot. For example, say you are plotting an array of XY datasets. The dataset at element 0 will be at the back, 1 will be in front of it, 2 will be in front of both of them and so on.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 3 of 3
(2,801 Views)