LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

One curve - various colors

Hi everyone,
I am using a XYGraph to display a non perfect circle. The data is transmitted to the graph in a cluster of 2 arrays (x and y), as usual. Is it possible to display the circle in more than one color? For example, can I have the part in the 3rd quadrant in read, the one in the 4th in blue... I know I could do that by spliting my arrays to have more than one cluster of smaller X and Y arrays. But for programming considerations, I'like to know if I can do it without splitting my arrays, for example using property nodes. Thanks a lot.
0 Kudos
Message 1 of 2
(2,505 Views)
No, you need to split your data. Each plot on a graph can only have one single line color. (and one point color, which can be different from the line color).
0 Kudos
Message 2 of 2
(2,505 Views)