View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Charts with Xvalue and YValue?

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

"deko" wrote in message
om...
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.