From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,171 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,171 Views)