Reputation: 3484
I need to create charts for my web application using database data. I have a table callled students with another table marks. Using these two I want to plot marks obtained by students on a linear chart. I do not have an experience with ASP.NET chart controls. Is there a simple example to start with?
I want to draw a 2-D line chart for marks of one class students. Next I'm going to calculate means for each class and create a bar chart comparing several classes.
Furthermore, I want to see if these charts can be dynamically created and subsequently assigned values. For example, as the user chooses the number of classes to sketch plots for, they should dynamically be drawn.
Upvotes: 0
Views: 761
Reputation: 176
Check the httpHandlers configuration in IIS. Try following:
Upvotes: 0
Reputation: 176
http://www.aspsnippets.com/Articles/Create-ASPNet-Chart-Control-from-Database-using-C-and-VBNet-Example.aspx Hope it will help you to get some understanding.
Upvotes: 1