newprog
newprog

Reputation:

generate graphs for website?

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

Upvotes: 0

Views: 161

Answers (3)

Simon P Stevens
Simon P Stevens

Reputation: 27499

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.

Upvotes: 0

roryf
roryf

Reputation: 30160

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.

Upvotes: 0

Related Questions