Create a Visual Studio .NET Project
- On the File menu, click New and choose Project.
- Select the Project type and template you want; for example, for a Visual C# Project, select the Windows Forms Application template, and then click OK. The following icons appear in the Toolbox:

If some MindFusion.Charting for WinForms icons from previous versions are located in the Toolbox, right-click every icon and select Delete.
- Drag the icon of the desired chart - an instance of the corresponding control is created: for bar charts, for example, this is a BarChart object.
- MindFusion.Charting for WinForms adds automatically references to the MindFusion.Charting.dll and MindFusion.Common.dll that it uses. If you see some fields in the Property browser grey or the Project does not compile, the references to the *.dll-s might be missing. Please, check this and add them manually. For more information, see Adding References to a Project.