摘要: 1.创建曲线实例添加必要的元素 1 public class LineChannel 2 { 3 public LineChannel(int id,int number,string name,string type,bool selected,Color lineColor,int lineWi 阅读全文
posted @ 2021-12-24 15:08 Mr.石 阅读(1183) 评论(0) 推荐(0) 编辑
摘要: public Form1() { ////初始化 myPane = nodeChart.GraphPane; myPane.Title.Text = "节点-时间趋势图\n(Time-Values)"; myPane.XAxis.Title.Text = "节点时间"; myPane.YAxis.T 阅读全文
posted @ 2021-12-24 15:07 Mr.石 阅读(700) 评论(0) 推荐(0) 编辑
摘要: 更改背景色 myPane.Fill = new Fill(Color.Black); Zedgraph 柱状图的宽度 gp.BarSettings.ClusterScaleWidth = 2; gp.BarSettings.ClusterScaleWidthAuto = false; ,你只设置了第 阅读全文
posted @ 2021-12-24 15:04 Mr.石 阅读(574) 评论(0) 推荐(0) 编辑