How to draw a chart which looks exactly the same as one on the picture using C# and .net 4 built-in chart control ? Important are X and Y axis and there markings, and I don't want any graph line, just empty chart.

I'd be relly grateful for code snipet. Best regards, Primoz.
EDIT: Problems that I have
- don't know how to put sign for degrees Celsius in the corner
- dont' know how to put date and time in four hour interval on the X axis
I'm using win forms and bult-in chart control.