DropLines Object

ChartGroup
DropLines
Border

Represents the drop lines in the specified chart group. 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; either you have drop lines turned on for all points in a chart group or you have them turned off.

Using the DropLines Object

Use the DropLines property to return the DropLines object. The following example turns on drop lines for chart group one in the chart and then sets the drop-line color to red.

myChart.ChartGroups(1).HasDropLines = True
myChart.ChartGroups(1).DropLines.Border.ColorIndex = 3

Remarks

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

Properties | Application Property | Border Property | Creator Property | Name Property | Parent Property

Methods | Delete Method

Parent Objects | ChartGroup Object

Child Objects | Border Object