Drawing line chart in asp.net
Has there been any discussion regarding this article/code sample?
I'm interested to hear what others have done with this (if anything)
Specifically, I'm looking for a way to show dates along the Y axis as opposed to numbers. I realise that this would cause errors as the plotter(?) is expecting integers? Possibly a new array containing a list of dates with it's contents "drawn"
In other words...
Array1 contains X values
Array2 contains Y values
Array3 contains dates
Only Arrays 1 and 3 are drawn to the screen.
Arrays 1 and 2 are used for plotting.
Make any sense?
Jay