DropLines Interface

Definition

Represents the drop lines in a chart group.

public interface class DropLines
[System.Runtime.InteropServices.Guid("000208C4-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface DropLines
Public Interface DropLines
Attributes

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.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Border

Returns a Border object that represents the border of the object.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Format

Returns the ChartFormat object. Read-only.

Name

Returns the name of the object.

Parent

Returns the parent object for the specified object.

Methods

Delete()

Deletes the object.

Select()

Selects the object.

Applies to