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.
 
Hi,
You might find the following link useful.

http://www.c-sharpcorner.com/2/gdi_plus.asp

Im not sure of a toolbox for drawing graphs, but if your thinking about
taking some data and creating barcharts (using rectangles) or scatter graphs
I would advise you to look into GDI+.

Regards,
Junaid
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top