MSCharting is a tool that helps you create all sorts of
graphs in .NET. If you are using framework 3.5, you’ll need to install this: https://www.microsoft.com/en-us/download/details.aspx?id=14422
And this addon to make it display in toolbox and for intellisense: https://www.microsoft.com/en-us/download/details.aspx?id=23903
If you are using framework 3.5, you’ll
need to either install the charting controls on each server that you are
working on, or you can include the dlls in your project instead and reference
these dlls as if they were coming from a 3rd party.
When you install the Charting Controls,
they are located here C:\Program Files\Microsoft Chart Controls. Now you can
reference them in your project if needed.