I'm plotting XY data with Time/Date as the X axes. I'd like to control how the Time/Date is shown as the X axes label (e.g. "9/30 1:21"), but I'm having trouble...
1) Can I use a Date as Xaxes data? I find I can only plot if I convert my x axes data to a double or long.
2) Assuming the data must be in non-date format, how can I label the X axes ticks with the Time/Date info I want? I've read a little about Annotations - is this what I should use?
Any hlep would be appreciated!