Create shadow effect on with chart

  • Thread starter Thread starter julia.stone
  • Start date Start date
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
 
Hi,

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

ActiveChart.SeriesCollection(1).Shadow = True

Cheers
Andy
 
Back
Top