ChartGroup.HasHiLoLines Property

Returns or sets the value stating if the chart has high-low lines. Applies only to line charts. Read/write.

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

Syntax

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

value = instance.HasHiLoLines

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

Property Value

Type: System.Boolean
A Boolean set to True if the line chart has high-low lines; otherwise False

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Word Namespace