Chart

R

Raman

I have the following data

Label x-value y-value
A 1 2
B 2 4
C 3 5

I would like to plot this on an using X-Y Scatter plot.
That works fine. However, I would like the X-axis to have
the labels (A, B, C) instead of 1, 2, 3. I there a way
that I can do that?

Thanks.
 
J

Jon Peltier

Raman -

If you don't care that the letters are equally spaced despite the data
(the same for X = 1, 2, 3 as for X = 1, 2, 10), you can just make a Line
chart, then double click on the series, and on the Patterns tab, choose
None for Lines.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top