LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the Plot Color of a Cluster Property Node

Hi there.

I am trying to draw a XY Graph, in particular trying to plot different colours for a particular cluster of 2 elements, each of which is a 1-D array of type double.

To plot the different colours, I used a Case Statement so that I could assign a colour to the True or False cases of the Case Statement. I would like to know whether the Property Node for Cluster allows a change in the Plot Color of Cluster. I can't seem to find this function in the various Property Node properties.

Thanks for your help.
0 Kudos
Message 1 of 3
(3,699 Views)
Hi,


You should find the Plot Color under Plot.


Regards
Ray.
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,699 Views)
Thanks for the tip, Ray.

I've used Plot Color to produce different colors for the Waveform Graph. However, as the Waveform Graph is time-based, the colors fluctuate as time progresses (as the value goes above or below the limit). This is good in a sense, but what I would prefer to be displayed on the front panel is a XY Graph (in terms of X and Y coordinates) that displays the regions of Good and Bad values in different colors.

that is, i'll have a particular route mapped out on my front panel. The challenge is to assign different colors to different values of a set parameter. This is the part that currently stumps me.

Would definitely appreciate the help from you guys.

Cheers.
Message 3 of 3
(3,699 Views)