HiLoLines Interface
Represents the high-low lines in a chart group.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A6B-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface HiLoLines
'Usage
Dim instance As HiLoLines
[GuidAttribute("92D41A6B-F07E-4CA4-AF6F-BEF486AA4E6F")]
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 is not a collection. There is no object that represents a single high-low line; you either enable high-low lines for all points in a chart group or disable them.
If the HasHiLoLines property is false, most properties of the HiLoLines object are disabled.