You can use the graph control in your application by using the auto-generated wrappers that visual studio generates for the activex control. You can find a bunch of examples that use the auto-generated wrappers
here. Visual Studio .NET 2003 does not generate the correct wrappers, but Visual Studio 6.0 does. If you have VC 6.0, you can use that to generate the wrappers and then use those wrapper files in your other applications.
The CNi classes do not support Unicode, so you can remove those from your project.
I hope this helps.
Bilal Durrani
NI