Plot Graph using VS C#

I have database which is having two columns, temperature and time. So I need to plot the line graph using Visual Studio C# on compact framework. In VS no controls are available. what is the best way to plot the graph.

Hi,

We do not have any graph controls and we also can not recommend the best one.

Quick google search will give you few results you can use. Or if you need to draw a simple graph you could just use bitmap and draw on it.