View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_142_] John[_142_] is offline
external usenet poster
 
Posts: 2
Default Change color of points of scatter plot

What is the object reference in XL07 to change the interior/fill color
of points in a scatter plot? I thought it was:

Activechart.seriescollection(1).points.interior.co lorindex

That works for bar charts, but not scatter plots.

Thanks,
John