Charts with Xvalue and YValue?

  • Thread starter Thread starter deko
  • Start date Start date
D

deko

If I create a chart manually, and try to add a second or third series, the
SourceData dialog displays only "Name and "Values" and "Category X axis
labels".

Someone sent me a chart with multiple series, and when I look at the
SourceData dialog, I see: "Name", "XValues" and "YValues".

What are XValues and YValues? How do I create a chart with an Xvalue and a
YValue?

Thanks in advance.
 
I think that would be a scatter chart. XValues are the horizontal
axis, YValues the vertical one.

Just use the Chart Wizard to create a scatter plot and record a macro
while doing so.

tim
 
I think that would be a scatter chart. XValues are the horizontal
axis, YValues the vertical one.

Just use the Chart Wizard to create a scatter plot and record a macro
while doing so.

10-4

thanks for the tip
 
Back
Top