View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Graham Graham is offline
external usenet poster
 
Posts: 155
Default Customised Axis Values

I have a scatter plot, and have set the y-axis to cross the x-axis at the
average x-axis value. I want the y-axis to always be in the centre of the
scatter plot (i.e the x-axis range).
However, my x-axis values may range from -13,294 to 14,000, with axis values
in between of -7,836, -2,377, 3,082 and 8,541. I want to keep the range I
have, but force x-axis values shown to be rounded numbers, for example labels
at -10,000, -5,000, 5000, 10000.

All help greatly appreciated.

Graham