问题
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.
回答1:
Have you tried calling the AddSeries() method twice, once for each database?
来源:https://stackoverflow.com/questions/4868590/how-do-i-add-multiple-series-to-a-razor-helper-chart