0

Today started doing some research for good plugins for asp.net mvc and found ChartFX sounds like it supports .net but doesn't support asp.net mvc. Is it true? Correct me if I am wrong. Thank you!

Sergey
  • 7,933
  • 16
  • 49
  • 77

1 Answers1

2

ChartFX has not been designed for web applications but you could integrate it into ASP MVC by using silverlight (http://www.softwarefx.com/sfxNetProducts/ChartFX/silverlight/) I recommend you to use some client-side javascript based data visualization / charting tool:

http://processingjs.org/ (Open source)

http://www.highcharts.com/ (Private)

http://www.jqplot.com/ (Open source)

Hope it helps :)

Remo H. Jansen
  • 23,172
  • 11
  • 70
  • 93