应用于 AxisTitle、ChartArea、ChartTitle、DataLabel、DataLabels、DisplayUnitLabel、Legend、LegendKey、Point 和 Series 对象的 Shadow 属性。
如果指定的字体是阴影字体或指定对象带有阴影,则该值为 True。Boolean 类型,可读写。
expression Shadow
expression 必需。该表达式返回上面的对象之一。
如果指定的字体是阴影字体或指定对象带有阴影,则该值为 True。Variant 类型,可读写。
expression Shadow
expression 必需。该表达式返回上面的对象之一。
对于 Font 对象,该属性在 Microsoft Windows 中无效,但保留其值(可被设置或返回)。
本示例向 myChart 的标题添加阴影。
myChart.ChartTitle.Shadow = True