-
[2005] Graphing
Does anyone know if there is a custom control for graphing? Or anywhere I could pick an activex control for one? I was just going to plot points in a picturebox, and connect them with a line, but it's really "ghetto" and I prefer to keep it alot more proffesional. Any idea/help here? Thanks.
-
Re: [2005] Graphing
There are links to NPlot and ZedGraph in my signature. The current versions of each are for .NET 1.1 so I don't know how they would perfrom in .NET 2.0, but each has a .NET 2.0-specific version in development.
-
Re: [2005] Graphing
Do you have anything that has VB.NET samples?
Actually, i'm starting to understand the zedgraph now. I got a sample graph, but I'm not sure how to display it. I can use the "draw" functions which draws to a system.drawing.graphic, but how would I display that? A picturebox only takes system.drawing.image.