WPS 基础接口 > 表格 API 参考 > ChartGroup > 属性 > ChartGroup.Has3DShading 属性
如果图表组具有三维阴影,则该值为 True。本属性仅适合曲面图,如果要将其设置给非曲面图,则将返回运行时错误。Boolean 类型,可读写。

语法

表达式.Has3DShading

表达式   一个代表 ChartGroup 对象的变量。

注释
Setting Has3DShading = False has the effect of setting the chart material to "Flat", or removing the effect, whereas setting the Has3DShading = True sets the chart content to the default.

示例

本示例为图表组添加三维阴影。

示例代码
Charts.Item(1).ChartGroups(1).Has3DShading = true


请参阅