I have a bunch of plots, all using DateTime on the X axis and a float on the
Y axis. I'd like to put a vertical line at DateTime.Today (or any other date
for that matter). How do I convert this to a double to pass in to the
NPlot.VerticalLine() constructor? I've tried to convert DateTime to long and
then to double but that doesn't work.
|