DropLines Interface

Represents the drop lines in a chart group.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000208C4-0000-0000-C000-000000000046")> _
Public Interface DropLines
'Usage
Dim instance As DropLines
[InterfaceTypeAttribute()]
[GuidAttribute("000208C4-0000-0000-C000-000000000046")]
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.

Use the DropLines property to return the DropLines object.

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

See Also

Reference

DropLines Members

Microsoft.Office.Interop.Excel Namespace