1.设置它的type属性为Combo

2.Chart1.DefaultSeries.Type = SeriesType.Spline;

3.代码可以跟画饼图的一样就行,可以参考我的另一篇:DotNetCharting用法---画饼状图、柱状图

4.千万不要加Chart1.ShadingEffect = true;这句,或者让它等于false也行。

就这么简单,可惜闷头搞了半小时没搞出来,花一分钟看了下帮助就ok了......有时候我们总是做一些舍近求远的事情。

DotNetCharting画折线图



相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
猜你喜欢
  • 2021-12-31
  • 2021-12-26
  • 2021-04-19
  • 2021-08-06
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案