本帖最后由 jp278455296 于 2011-05-29 23:28:59 编辑

解决方案 »

  1.   

    //自定义Y轴名称
    string[] labels = { "0", "50", "100", "150", "200", "400", "600", "800", "1000", "1200", "1400", "1600", "1800", "2000", "2500", "3000", "3500", "4000", "6000", "8000", "10000" };
    this.zedGraphControl1.GraphPane.YAxis.Scale.TextLabels = labels;//Y轴名称列表
    this.zedGraphControl1.GraphPane.YAxis.Type = AxisType.Text;//Y轴名称类型我按上述代码设置了以后,虽然坐标值显示内容是我想要的,但再画折线时,就出现了乱线,不正确。
      

  2.   

    http://wenku.baidu.com/view/98155229647d27284b73519a.html