代码如下: using System; using System.Drawing; using System.Collections; using ZedGraph; namespace ZedGraph.Demo { /// /// Summary descr iption for SimpleDemo. /// public class InitialSampleDemo : DemoBase { public InitialSampleDemo() : base( "Code Proje
ZedGraph做统计可以支持多种不同形状统计如柱状图、现状图、饼状图等等 /// 随机成一个颜色 /// /// private Color GetColor() { Random RandomNum_First = new Random((int)DateTime.Now.Ticks); // 对于C#的随机数,没什么好说的 System.Threading.Thread.Sleep(RandomNum_First.Next(100)); Random RandomNum_Sencon