This is chart recorder program developed using C# and GDI+. This application gives you an idea how we can build complex programs by using the powerful features of GDI+ and the simplicity of C#.
The code is very simple and speaks for itself.
Download the attached zip file, unzip it, and open the project in Visual Studio .NET.
The working program looks like the following figure.
ChriseditedPosted May 31, 2007, 10:58 PMEdited Jun 1, 2007, 8:18 PM
Hello, How could I change this type of form to a user control? I would like to experiment by addubg 3 of these recorders to a single form and to parse a serial input string that realtime charts three separate values. I already have it set up that I can graph serial input realtime yet I am not sure how I can create a user control that would allow for multiple recorders on the same form without duplicating code. Any help would be greatly appreciated Thanks Chris