HiLoLines Interface

Represents the high-low lines in a chart group.

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

Syntax

'Declaration
<GuidAttribute("7A1BCE11-5783-4C7D-BD02-F3D84AB40E7F")> _
Public Interface HiLoLines
'Usage
Dim instance As HiLoLines
[GuidAttribute("7A1BCE11-5783-4C7D-BD02-F3D84AB40E7F")]
public interface HiLoLines

Remarks

High-low lines connect the highest point with the lowest point in every category in the chart group. Only 2-D line groups can have high-low lines. This object is not a collection. There is no object that represents a single high-low line; you either have high-low lines turned on for all points in a chart group or you have them turned off.

If the HasHiLoLines property is False, most properties of the HiLoLinesobject are disabled.

You can use the HiLoLines property to return the HiLoLines object.

See Also

Reference

HiLoLines Members

Microsoft.Office.Interop.Word Namespace