ChartGroup.DropLines Property
Returns the drop lines for a series on a line chart or area chart. Read-only DropLines.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.PowerPoint.DropLines
Remarks
This property applies only to line charts or area charts.