Is there any one in the world who can help me in plotting data from grid to scatter chart in MSchart

  • Thread starter Thread starter Amit
  • Start date Start date
A

Amit

Hello Gurus,
I am entering data through data grid , what i want is that once user
enter the data in the grid and click on button graph should come on
the basis of data

values are like

X Y
1 10
10 20
20 30
30 40
40 50

This is dead end urgent
please help me

Thanks
 
I've just started using dotNetCharting, which is available at
http://www.dotnetcharting.com. It is very easy to get a chart working in the
scenario you described, with this product. If you like the product, the
price is quite resonable. Hope this helps!
 
I use the zedgraph control this can do what you want and a lot more ( even
a lot more as other commercial tools )

And the nice thingy about the zedgraph control ? , well it is entirely
written in managed code , it has lots of examples in various .net languages
( including VB .Net )
it has an active comunity, it comes with the source and the most nicest is
that it is free

http://zedgraph.sourceforge.net/samples.html

regards

Michel
 
Back
Top