Line Chart Report with 2 Different Scales?

核能气质少年 提交于 2019-12-24 07:28:21

问题


I have a line chart with two lines in it. Sometimes the values between them differ by a hundred or more. That leaves the bottom line looking very flat. I want both of these to remain on the same graph but is there a way to have a different scale for each line?

I was told that it is possible to have one (scale) on the left and one on the right, but I have googled and googled and have not found anything useful.

So any help would be great, thanks!


回答1:


In the properties for the chart series change the ValueAxisName to Secondary

OR

  1. Right-click on the chart series
  2. Goto Series Properties
  3. Goto Axes and Chart Areas
  4. Change the value Axis to Secondary


来源:https://stackoverflow.com/questions/3207784/line-chart-report-with-2-different-scales

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!