View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme[_3_] Bernard Liengme[_3_] is offline
external usenet poster
 
Posts: 1,104
Default Value on horizontal axis

It sound like you are using a LINE chart not an XY chart
When the first column has numbers AND a header (like X-Axis), then a Line
chart plots two data series
with categories 1,2,3...

Solution 1: delete any text above the 0.00 entry and remake a Line chart
Solution 2: make an XY chart; you may need to adjust the axis scale to get
major ticks at every 0.25

best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"alice" wrote in message
...
How do I change the value on the horizontal axis in a X-Y graph so that it
follows the example below?

X-axis Y-value
0.00 2
0.25 4
0.50 6
0.75 8
1.00 10
1.25 12

In the current form, the graph shows the X-axis going from
{1;2;3;4;5;6;7}.
I want to change these values to {0.00; 0.25; 0.50; 0.75; 1.00; 1.25}. I
use
Excel 2007. How do I do that?
etc.