DropLines Interface

Represents the drop lines in a chart group.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("9F1DF642-3CCE-4D83-A770-D2634A05D278")> _
Public Interface DropLines
'Usage
Dim instance As DropLines
[GuidAttribute("9F1DF642-3CCE-4D83-A770-D2634A05D278")]
public interface DropLines

Remarks

Drop lines connect the points in the chart with the x-axis. Only line and area chart groups can have drop lines. This object isn’t a collection. There’s no object that represents a single drop line; you either have drop lines turned on for all points in a chart group or you have them turned off.

If the HasDropLines property is False, most properties of the DropLines object are disabled.

See Also

Reference

DropLines Members

Microsoft.Office.Interop.Word Namespace