Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个数组列表,x[],y[]。认为 :
x[0]= 1, y[0]=2, x[1]= 3, y[1]=3, x[2]= 4, y[2]=6, x[3]= 4, y[3]=9, x[4]= 7, y[4]=22, x[5]= -4, y[5]=5, ..............
在 10 秒的时间延迟中,图表从 [0] 变为 [1],然后以相同的延迟继续。
我如何表示图表?我认为这里必须有 3d 图。但是我如何在.Net winform 中使用它?
您将需要使用一个组件将数据可视化为图形。
查看Microsoft Chart Controls,它们是一个不错的选择。