ChartGroup.Has3DShading Property
True if the chart group has three-dimensional shading. This property only applies to surface charts and will return a run-time error if you try to set it to a non-surface chart. Read/write Boolean.
Syntax
expression.Has3DShading
expression A variable that represents a ChartGroup object.
Example
This example adds three-dimensional shading to a chart group.
| Visual Basic for Applications |
|---|
|