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)

Usage

Public Class iLoLinesImplementation
    Implements HiLoLines
End Class
Dim iLoLinesImplementation1 As New iLoLinesImplementation()

Syntax

Public Interface HiLoLines
public interface HiLoLines
public interface class HiLoLines
public interface HiLoLines
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

HiLoLines Members