HiLoLines Object
Description
Represents the high-low lines in the specified chart group. 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; either you have high-low lines turned on for all points in a chart group or you have them turned off.
Using the HiLoLines Object
Use the HiLoLines property to return the HiLoLines object. The following example makes the high-low lines in chart group one in the chart blue.
myChart.ChartGroups(1).HiLoLines.Border.Color = RGB(0, 0, 255)
Remarks
If the HasHiLoLines property is False, most properties of the HiLoLines object are disabled.
Properties
Application property, Border property, Creator property, Name property, Parent property.
Methods
Delete method.