Tips

* MSChart当X轴超过9个值时会间隔显示。如果要全显,需要设置属性: 
      chartArea.AxisX.LabelStyle.Interval = 1;  
      chartArea.AxisX.IsLabelAutoFit = false;
      


 

 

posted on 2009-08-19 11:23  林骄  阅读(161)  评论(0)    收藏  举报