Control Size of Scatter Chart Symbol

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I control the size of the symbols in an XYScatter chart from VB?
 
Hi,

Macro recorder is good for getting an idea of the properties required to
alter a setting. This changes the 2 marker in the 1st data series.

ActiveChart.SeriesCollection(1).Points(2).MarkerSize = 14

Cheers
Andy
 

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

Back
Top