How to create clickable chart in ASP.NET
How to create a chart that allows the user to click on the specific chart area, when user click on the specific chart开发者_如何转开发 are I want to fire some event on that, like I want to display more detailed chart on the item user have clicked.
I have used Webchart, MicrosoftChart but both provides chart as image so no clickable area there any alternate?
The microsoft chart control definitely does support click-through. Check this article out at 4guysfromrolla.
精彩评论