I have been looking at all of the graph options. They all look very complicated and I dont know where to put my data in:
What I want to do I have four places that I get datafrom by date and time. What I would like to do is to make a graph by switch and then by time. So X is hours 1,2,3,4 through 24 and then number of entries which should be 1 through 20 entries. How would I start to do this. eventually I will pull the data from a database but for right now I want to create a simple graph.
Thank you,

Simple Graph Howto?
JeffK_
Hi,
You can also use ZedGraph:
http://www.codeproject.com/csharp/zedgraph.asp
Charles
Glenn Wilson
X-Y Plotting
Open Tools | Choose Toolbox items and see if your system has MsChart which will do a variety of plots.
Other approaches would be to Google for X-Y plotting software.
Here is a thread that may help.
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=567890&SiteID=1
These are the simplest approaches, another is to use System.Drawing. That is the least simple of the approaches. If you are interested there is a working example and discussion here:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=798718&SiteID=1