左侧单位

  Chart1.Axes.Left.Minimum := 0;
  Chart1.Axes.Left.Maximum := Series1.YValues.MaxValue * 2;

Chart1.Axes.Left.Maximum := Series1.YValues.MaxValue * 2;
Chart1.LeftAxis.RoundFirstLabel := false;
Chart1.LeftAxis.Increment := Chart1.Axes.Left.Maximum / 3;

 

 

 

posted on 2015-11-19 17:33  lypzxy  阅读(174)  评论(0编辑  收藏  举报