0

In my project i read the xml file and store the XML file into SQL Db. And then i get the input from sql db ,Display the result in Chart,Graphs... Is It possible ?

Can u pls suggest me....?

Thanks In Advance.

kummsp
  • 1
  • 2

3 Answers3

0

I have had good luck with MS Chart in MVC.

Dustin Laine
  • 37,935
  • 10
  • 86
  • 125
0

Here is another SO post discussing the same

New asp.net charting controls - will they work with MVC (eventually)?

Community
  • 1
  • 1
Pradeep
  • 3,258
  • 1
  • 23
  • 36
0

You can use google sharting api...really easy to integrate it into your mvc application. here is a simple example how it works Working Example

hope this helps.