Version 1.1 of the framework doesn't really have much in the way of built in charting or graph capability unless you write something yourself or use a third party solution.
There are some fairly good open source options available. I remember using one a year or two back called ZedGraph in a project I was working on. It's stable and fairly capable. If you do a quick search on the .NET you should be able to find reference to some more.
Is there a way to display charts and graphs in my c# windows application?
I am using .NET Framework 1.1
Thanks
You could use Office chart component... They are free to use for static graphs display... They come with MS office... Though just for charts you could download here
Article for OWC
Also have a look at this thread Graphs
Thanks -
Does .net 2 or 3 have built-in charting and graphing capabilities?
You could use System.Drawing. .. and make some charts "Scott Mitchell"
There are no in built components (as far as i know ).... Office chart components are free to use for static graphs....they are good for basic stuff...
Thanks for the new info nukefusion!!!
Comment