i need to generate graphs and equations for a website. the webserver runs on IIS and windows.
I was looking at mathplot but wasn't sure if it can be used in a web environment
.net is preferred
your help is appreciated
i need to generate graphs and equations for a website. the webserver runs on IIS and windows.
I was looking at mathplot but wasn't sure if it can be used in a web environment
.net is preferred
your help is appreciated
The Flash-based charts by amCharts are pretty nice, you'd have to write your own server-side .NET code to initialise them or use the WPF version with Silverlight.
I've also used Dundas charts before which although I didn't particularly like they can do most things you'd ever need from a graph.
I don't think it's quite what you are looking for. It doesn't do equations for example, but take a look at Google's chart api.
It's certainly not as fully featured as the MS asp.net charting library that Chanan mentions.