I want to make a graph where the x-values are DateTimes and the y-values are a fixed number of static strings, but it doesn't seem like C# series allows me to do that.
Another solution would be to graph by Numeric values and change the y-axis labels to strings, but I can't seem to find a way to do this.
Thanks,
Lenny