Sign in to follow this  
faisalcse

Drill-Down Chart using Server Side Code in Asp.Net

Recommended Posts

I want to make drill-down charts from server side code in asp.net. I don't want to load all the data at one time for parent, child and grandchild charts. Once I click on any data on parent chart, it will trigger the code behind function and create the child charts and same as grandchild chart in the same page.

How can I do that?

Share this post


Link to post
Share on other sites

I want to make drill-down charts from server side code in asp.net. I don't want to load all the data at one time for parent, child and grandchild charts. Once I click on any data on parent chart, it will trigger the code behind function and create the child charts and same as grandchild chart in the same page.

 

How can I do that?

Hi,

 

Please check with the attached C# sample that would cater to your requirement.

 

Note: This is purely for reference and needs to be modified as per your requirement.

 

Hope this helps. :)

DrillDownSample_JS.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this