HiLoLines Interface

Definition

Represents the high-low lines in a chart group.

public interface class HiLoLines
[System.Runtime.InteropServices.Guid("7A1BCE11-5783-4C7D-BD02-F3D84AB40E7F")]
public interface HiLoLines
type HiLoLines = interface
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 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.

Properties

Application

When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.

Border

Returns the border of the object. Read-only.

Creator

Returns a 32-bit Integer that indicates the application in which the specified object was created. Read-only.

Format

Returns the line, fill, and effect formatting for the object. Read-only.

Name

Returns the name of the object.

Parent

Returns the parent of the specified object. Read-only.

Methods

Delete()

Deletes the object.

Select()

Selects the object.

Applies to