DownBars Interface
Represents the down bars in a chart group.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A65-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface DownBars
'Usage
Dim instance As DownBars
[GuidAttribute("92D41A65-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface DownBars
Remarks
Down bars connect points on the first series in the chart group with lower values on the last series (the lines go down from the first series). Only 2-D line groups that contain at least two series can have down bars. This object is not a collection. There is no object that represents a single down bar; you either enable up bars and down bars for all points in a chart group or you disable them.
If the HasUpDownBars property is false, most properties of the DownBars object are disabled.