View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Tushar Mehta Tushar Mehta is offline
external usenet poster
 
Posts: 1,071
Default How do I make a "0" appear on the Y-axis of my graph?

Dummy it up.

Either add a textbox that contains a zero and position it appropriately

or add a dummy series that contains the desired values and show its
datalabels. For an example that you can adapt, see
Flexible Log Scale
http://www.tushar-mehta.com/excel/ne...ale/index.html

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
I have an unconventional y-axis, with values of 2, 7, 12, 17 and 23 on my
y-axis in my chart. This was used to bring out the importance of the data.

However I now wish to have the y-axis show a 0 too, how do I do that while
keeping my unconventional axis values?

Would appreciate any help! Thank you! :)