View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
kris kris is offline
external usenet poster
 
Posts: 128
Default Labeling each data point in scatter chart

Is there some way to create a scatter chart automatically with each of the
points labelled from the following data? I have over 100 data points each
with a unique label and doing each series x value, y value and name
individually takes a lot of time. I could transpose the data if it helps.

label x y
aaa 150 0.001
bbb 200 0.0005
ccc 35 0.03
ddd 15 0.1

Thanks