다음을 통해 공유


ChartGroup.Has3DShading Property

true if a chart group has three-dimensional shading. Read/write Boolean value.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

Setting Has3DShading to false removes the 3-D shading effect from the chart (rendering it as flat). Setting Has3DShading to true sets the chart content to the default.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace