Good Tutorial
https://msdn.microsoft.com/en-us/library/dd489237.aspx?f=255&MSPPError=-2147217396
Add a chart to a form
Toolbox. > Data category > drag a Chart control onto the form
If you can't see the Chart control right click in the Toolbox, select Choose Items, and then select the following namespaces in the .NET Framekwork Components tab:
System.Web.UI.DataVisualization.Charting
System.Windows.Forms.DataVisualization.Charting
