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. Read/write.

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

Remarks

Note

This property applies only to 3-D charts.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace