Create shadow effect on with chart

J

julia.stone

Hello. I would appreciate any assistance with the following. I am
creating charts, but I would like to have the shadow effect, yet I am
not sure how to code for this effect. Can anyone point me in the right
direction? Thanks in advance.

Julia
 
A

Andy Pope

Hi,

Assuming you are referring to the built-in shadow option.

ActiveChart.SeriesCollection(1).Shadow = True

Cheers
Andy
 
Top