Is it possible for C# Language to plot graphs ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm relatively new to Visual C#, I read a guide book and searched on msdn,
but I haven't found any C# toolbox or code for plotting graphs. I would
really appreciate if someone tells me how to do it or where to get the code.

Thanks in advance.
 
There is nothing built in but you could always use the drawing classes and
generate your own graphs, or use some thrid-party component. A free
component that I am currently trying out is ZedGraph. Search google for the
site.
 
Hello,

If writing an important application and need charts with maximum quality,
speed, and/or features, then you'll likely want to research 3rd party
charting controls. If so, please see www.gigasoft.com for more info.

best regards,

Robert Dede
Gigasoft, Inc.
 
Back
Top