http://www.asp.net/webmatrix/tutorials/7-displaying-data-in-a-chart goes over how to create simple charts and they are working, but I can’t seem to figure out how to add two data series (from two separate DB queries) to the same chart.
http://www.asp.net/webmatrix/tutorials/7-displaying-data-in-a-chart goes over how to create simple charts and they are working, but I
Share
Have you tried calling the
AddSeries()method twice, once for each database?