ChartGroup.DropLines Property
Returns a DropLines object that represents the drop lines for a series on a line chart or area chart. Applies only to line charts or area charts.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property DropLines As DropLines
Get
'Usage
Dim instance As ChartGroup
Dim value As DropLines
value = instance.DropLines
DropLines DropLines { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.DropLines