Hi,

I have a VBA module that colours the markers of an existing scatter plot (code below). I would like to add another data series to the chart. This will be the X,Y points of a circle. The X,Y values are in TestSheet in range V2:W362. They will use the same X,Y axes as the existing chart. I would like the circle to be a smooth curve in red, thickness 1, no markers. I think this can be achieved by adding a few lines of code in the module shown.

Can anybody help?

Thanks,


Please Login or Register  to view this content.