-
chart控件详细实例大全.zip下载
资源介绍
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;
- 上一篇: 吴恩达机器学习个人笔记完整版(带书签)
- 下一篇: Visifire Chart 控件+示例