Hello Gene,
Because you are working with VS2010, you will need to change the targeted framework to 4.0 (by default it is 4.0 Client Profile). You can do this by right-clicking on the WindowsFormsApplication.csproj in the Solution Explorer, select Properties. Then change the Target framework to: .NET Framework 4
In the Solution Explorer, right-click on the References and select Add Reference...
Browse to the Nevron .NET Vision installation folder >> Bin folder and select the following Nevron assemblies: Nevron.Chart.dll; Nevron.Chart.WinForm.dll; Nevron.Presentation.dll; Nevron.System.dll and Nevron.GraphicsGL.dll.
Also, please review the following KB topic: http://support.nevron.com/KB/a112/create-a-simple-chart-in-winform-application.aspx
Best Regards,
Nevron Support Team