4,819
社区成员




tChart1.Axes.Bottom.Automatic = false;
tChart1.Axes.Bottom.Maximum = luluyUtility.DateTimeHelper.DateDiff(new DateTime(1899, 12, 30), DateTime.FromOADate(stdTimeList[stdLen - 1]), "D"); //距1899/12/30的天数
tChart1.Axes.Bottom.Minimum = luluyUtility.DateTimeHelper.DateDiff(new DateTime(1899, 12, 30), DateTime.FromOADate(stdTimeList[0]), "D"); //0表示1899/12/30 然后依次加1天;
tChart1.Axes.Bottom.Increment = 0.01;
tChart1.Axes.Bottom.Labels.Angle = 45;
tChart1.Axes.Bottom.Labels.DateTimeFormat = "MM/dd HH:mm";