11-12-2013 10:15 AM
HI,
I have a graph with x axis as speed and y axis as time. I need to display an arrow at certain data points not for all data. I have attached a jpg of my graph, the numbers in green colored are displayed using annotations of xy graph. I need to display the yellow arrows at certain data values as shown in the jpg.
11-12-2013 10:37 AM
11-13-2013 04:21 AM - edited 11-13-2013 04:22 AM
HI,
I tried using those examples but was not able to point arrow at certain points. I have a continous running data the arrow is visible at all data points but when i make invisble at certain points nothing is happening. If u have any other idea of displaying arrow on a continous running data please do post it.
11-13-2013 12:32 PM
An alternative is the PlotImages.Front property for waveform and XY graphs. It will take some work to get the position right, but you should have all the coordinates and positions you need. You can use the Picture Functions pallette to create the image (on the functions pallette, under Programming > Graphics & Sound by default). Probably easiest if you save the arrow as a PNG image and load it when you initialize your VI.