Set Shadow on Chart Object

Hi there,

There is a chart in an excel worksheet that I am trying to create with code and I am a little stuck on duplicating the shadow.

In MS Excel 2003 the Shadow option is just a checkbox. In MS Excel 2007 the Shadow option has the properties: color, transparency, size, blur, angle, and distance. I don’t need to control these individual properties, I just want to set a Shadow in general

If I have a Chart object named chart, how do I set the Shadow property?

Thank you,
Christine Coder

Nevermind, I found it. :slight_smile:

chart.ChartArea.Shadow = true;