Reputation: 21210
My employer has asked me to create some web pages with various charts - one of the requirements is to have a click through ability for further detials. I am looking for sugestions on chart libraries that I could use.
c#, .net 2.0
UPDATE:
I used zedgraph with a imagemap drilldown Sample
Upvotes: 0
Views: 3180
Reputation: 51196
Check out ZedGraph.
Seems to be a bit stale in terms of active development, but it may give you what you want.
Upvotes: 2
Reputation: 51196
The free ASP.NET Charting controls support clickable regions. You can set a URL for individual data items.
As long as you don't mind wiring all this up, you'll be fine. If you want the drill-down to happen automatically, you'll want something more powerful.
Upvotes: 1
Reputation: 15003
You can check out: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx :-)
Upvotes: 1