I am using C++/CLI 2005 to do some calculations and I want to show the results graphically on a user friendly form. Previous posts have advised me to use ZedGraph but I am having trouble using it. Could someone please post the most basic code of plotting a line using ZedGraph as a control so that I can get started? The tutorials on the website are all in C# but I have to use C++ 2005 and I am having difficulties with the conversion. Thanks.