Control Size of Scatter Chart Symbol

A

Andy Pope

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
 
Top