Series.Has3DEffect Property
True if the series has a three-dimensional appearance. Applies only to bubble charts. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Has3DEffect As Boolean
Get
Set
'Usage
Dim instance As Series
Dim value As Boolean
value = instance.Has3DEffect
instance.Has3DEffect = value
bool Has3DEffect { get; set; }
Property Value
Type: System.Boolean