Using Microsoft’s Chart Controls In An ASP.NET Application: Enhancing Charts With Ajax
Content Aggregated From: 4guysfromrolla.com
Charts are typically used to provide a static snapshot of data. The chart’s underlying data might be based on various user inputs, but in the end the chart, once rendered, represents the end of the reporting workflow. However, other scenarios allow for a more interactive user experience. For example, in the Creating Drill Down Reports article we looked at how to configure the Chart control to allow the user to drill into a particular data point. Specifically, the demo contained a column chart showing the number of products in each category in the Northwind database. Clicking on a column whisked the user to a new page that details about the products in that category. Also, in certain situations the data populating the chart might be arriving from a sensor or some other source that is constantly being updated. In that case, we might want a real time chart whose data is periodically (and automatically) refreshed to show the latest data
Read more…















Leave a Reply
You must be logged in to post a comment.