Share via


_Chart.GapDepth Property

Returns or sets the distance between the data series in a 3-D chart as a percentage of the marker width. The value of this property must be between 0 and 500.

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

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace