chart控件实例大全,chart使用方法教程
public partial class Histogram: System.Web.UI.Page
{
protected System.Web.UI.WebControls.Label Label2;
protected void Page_Load(object sender, System.EventArgs e)
{
// Populate chart with random data
Random rand = new Random();
for(int index = 1; index < 70;
1