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