HiLoLines Interface

Represents the high-low lines in a chart group.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000208C2-0000-0000-C000-000000000046")> _
Public Interface HiLoLines
'Usage
Dim instance As HiLoLines
[InterfaceTypeAttribute()]
[GuidAttribute("000208C2-0000-0000-C000-000000000046")]
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 isn’t a collection. There’s 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.

Use the HiLoLines property to return the HiLoLines object.

See Also

Reference

HiLoLines Members

Microsoft.Office.Interop.Excel Namespace