HiLoLines Interface

Definition

Represents the high-low lines in a chart group.

public interface class HiLoLines
[System.Runtime.InteropServices.Guid("000208C2-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface HiLoLines
Public Interface HiLoLines
Attributes

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.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Border

Returns a Border object that represents the border of the object.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Format

Returns the ChartFormat object. Read-only.

Name

Returns the name of the object.

Parent

Returns the parent object for the specified object.

Methods

Delete()

Deletes the object.

Select()

Selects the object.

Applies to