Graph classes for C#
-
Hello, I'm writing an application that reads in a .WAV file and performs some DSP operations on it. Visual representation of this data is essential, and I'm looking for some classes that would help generate X-Y plots, including the following: 1. Plot title 2. X and Y axis titles 3. Choice of color for multiple plots on the same graph. Could somebody point me to suitable resources? I know that there are companies selling such packages, but all I need is an X-Y plot, and a free class would be ideal. Thank you!
-
Hello, I'm writing an application that reads in a .WAV file and performs some DSP operations on it. Visual representation of this data is essential, and I'm looking for some classes that would help generate X-Y plots, including the following: 1. Plot title 2. X and Y axis titles 3. Choice of color for multiple plots on the same graph. Could somebody point me to suitable resources? I know that there are companies selling such packages, but all I need is an X-Y plot, and a free class would be ideal. Thank you!
crushinghellhammer wrote: Could somebody point me to suitable resources? I know that there are companies selling such packages, but all I need is an X-Y plot, and a free class would be ideal. Try the MSChart control. It is installed with VS.NET. I realize that it is COM, but it still works nicely in .NET. Brian
-
Hello, I'm writing an application that reads in a .WAV file and performs some DSP operations on it. Visual representation of this data is essential, and I'm looking for some classes that would help generate X-Y plots, including the following: 1. Plot title 2. X and Y axis titles 3. Choice of color for multiple plots on the same graph. Could somebody point me to suitable resources? I know that there are companies selling such packages, but all I need is an X-Y plot, and a free class would be ideal. Thank you!
If what you need is free, and in C# then you could try: http://www.csharphelp.com/archives3/archive503.html[^]
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+