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