Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the distance, as a percentage of the marker width, between the data series in a 3-D chart. Read/write 64-bit signed integer.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property GapDepth As Integer
Get
Set
'Usage
Dim instance As Chart
Dim value As Integer
value = instance.GapDepth
instance.GapDepth = value
int GapDepth { get; set; }
Property Value
Type: System.Int32
Remarks
The value of this property must be between 0 and 500.
Note
This property applies only to 3-D charts.