05-20-2010 04:09 AM
Hi
I have an array of waveforms. Now i want to display them on a waveform graph in a manner that only two or three colors be specified for waveforms. for example if my array consist of 150 waveforms, first 50 waveforms must be displayed with red color and the rest be displayed with black color. of course i don't want to do this manually. is it possible by labview?
Regards
Solved! Go to Solution.
05-20-2010 04:33 AM
You will need to use the properties "Active Plot" and "Plot Color" to manage this programmatically.
So you first need to get the number of plots - another property - then decide how you want to devide them in different colors, and set every active plot to the specified color.
Hope this helps,
Christian
05-20-2010 07:03 AM
little example attached (compiled for 8.2.1)
05-21-2010 07:08 AM