LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to highlight a part of a grah in a waveform graph

I would like to permit a user to select a part of a graph between 2 cursors and then highlight this part. Although I found in an example how to change colors in a waveform chart, I need to do the same in a waveform graph..
Thank you for your help
0 Kudos
Message 1 of 4
(2,979 Views)
1.To a Graph you can connect 2 or more inputs if you want to hilite one put
the highlited part into a scound cluster with (0t dt Y ) and make the array
of both to show in one graph.

2. use a secound graph lay it over the first and use transparent colours for
the backround.

Cheers Tobi

"mgrenier" schrieb im Newsbeitrag
news:506500000008000000251F0000-986697009000@quiq.com...
> I would like to permit a user to select a part of a graph between 2
> cursors and then highlight this part. Although I found in an example
> how to change colors in a waveform chart, I need to do the same in a
> waveform graph..
> Thank you for your help
0 Kudos
Message 2 of 4
(2,979 Views)
you want to highlite a part of your graph What you can do is split your graph into 3 partial graphs, put a cluster around each partial graph and built an array of these three parts. You can give each part its own color.
See also the examples for xy graphs.
greetings from the Netherlands
0 Kudos
Message 3 of 4
(2,979 Views)
Thank you for your help, I tried to aplly your solutions but I didn't have good result.
If you have enough time, could you have a look about my VI??
Thanks
0 Kudos
Message 4 of 4
(2,979 Views)