ChartGroup.Has3DShading Property
Returns or sets the value determining if a chart group has three-dimensional shading. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Has3DShading As Boolean
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Boolean
value = instance.Has3DShading
instance.Has3DShading = value
bool Has3DShading { get; set; }
Property Value
Type: System.Boolean
A Boolean set to True if chart group has three-dimensional shading, otherwise False.
Remarks
Note
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.