0

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

Brad
  • 20,302
  • 36
  • 84
  • 102

3 Answers3

2

Check out ZedGraph.

Seems to be a bit stale in terms of active development, but it may give you what you want.

Borian
  • 622
  • 10
  • 19
Larsenal
  • 49,878
  • 43
  • 152
  • 220
1

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.

Larsenal
  • 49,878
  • 43
  • 152
  • 220