DropLines Interface

Represents the drop lines in a chart group.

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

Syntax

'Declaration
<GuidAttribute("92D41A66-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface DropLines
'Usage
Dim instance As DropLines
[GuidAttribute("92D41A66-F07E-4CA4-AF6F-BEF486AA4E6F")]
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 is not a collection. There is no object that represents a single drop line; you either enable drop lines for all points in a chart group or you disable them.

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

See Also

Reference

DropLines Members

Microsoft.Office.Interop.PowerPoint Namespace