Change color of points of scatter plot

J

John

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.colorindex

That works for bar charts, but not scatter plots.

Thanks,
John
 
L

Lars-Åke Aspelin

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.colorindex

That works for bar charts, but not scatter plots.

Thanks,
John


Try this

ActiveChart.SeriesCollection(1).MarkerBackgroundColorIndex

Hope this helps / Lars-Åke
 

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