Well, I was too fast this time - the problem you are having is, I guess, to get the time stamps from text to a numeric value that the graph will accept. The way to do this is to use the scan from string function to extract the day, month, year, hour etc...then bundle the data and send it to the date/time to seconds function. From that you get the X values that you can feed into the XY graph.