Brad
Brad

Reputation: 21210

Drill down charts for asp.net

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

Answers (3)

Larsenal
Larsenal

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

Larsenal
Larsenal

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

Related Questions