*I think Malcolm wants to move one series slightly to one side to
make it
easier to see next to the other.
An approach I sometimes use is as follows. Put the data into a
worksheet range, say A5:C10, where B5 and C5 are the cells
containing
the series names, and column A are the X values. Make the chart
with
this data.
In cell D4 put a small offset value, say -0.1, and in cell E4 put
another, say 0.1 (the actual values depend on what you have and what
you
want). In cell D6 I put the formula =$A6+D$4. I drag this to fill
E6,
then I drag both to fill D6:E10.
Right click the chart, choose Source Data from the pop up menu, and
click on the Series tab. Select the first series, and change the X
Values range from A6:A10 to D6
10. Select the second series, and
change the X Values range from A6:A10 to E6:E10.
If your offsets aren't right, you can adjust the values in D4 and E4
and
they will all adjust. This example moves one series left slightly
and
the other right slightly. If you have multiple series, you may want
to
leave the first alone (offset = 0), then move each additional series
by
a higher multiple of the offset. Put the offset in D3, then in D4
put
=0*$D$3, in E4 put =1*$D$3, in F4 put =2*$D$3. or use a formula
like
=(COLUMN()-COLUMN($D$3))*$D$3 in D4, and drag it to fill as far to
the
right as you need.
Sure, it's a kludge, but the full extent of Excel's charting
capabilities are only available through such workarounds.
- Jon