ChartGroup.HasDropLines Property

Returns or sets the value stating if the chart has drop lines. Applies only to line and area charts. Read/write.

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

Syntax

'Declaration
Property HasDropLines As Boolean
    Get
    Set
'Usage
Dim instance As ChartGroup
Dim value As Boolean

value = instance.HasDropLines

instance.HasDropLines = value
bool HasDropLines { get; set; }

Property Value

Type: System.Boolean
A Boolean set to True if the line chart or area chart has drop lines; otherwise False

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Word Namespace