Altough Conseils suggestion to use a picture control for this, is valid, you
can draw this kind of data in an XY Graph. You need to make a plot for each
color (, one red, one yellow in the picture you've attached).
Then you need to parse the input data so it shows ok in the plot.
The color the data should have places the points in plot one or two. Then
you need to add points so the lines have those nice horizontal lines comming
in and out of the vertical lines. For instance, draw a line through points
(1,5), (2,5) incomming horizontal line; (2,10) line to top of vertical;
(2,1) line to bottom of vertical line; (2,2), (3,2) outgoing horizontal
line.
Do this for each set of data (I have no idea how this data is organised).
Between each line, you need to put a NaN, so LV doesn't connect the data.
Regards,
Wiebe.