UpBars Interface

Represents the up bars in a chart group. 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).

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000208C5-0000-0000-C000-000000000046")> _
Public Interface UpBars
'Usage
Dim instance As UpBars
[InterfaceTypeAttribute()]
[GuidAttribute("000208C5-0000-0000-C000-000000000046")]
public interface UpBars

Remarks

Only 2-D line groups that contain at least two series can have up bars. This object isn’t a collection. There’s no object that represents a single up bar; you either have up bars turned on for all points in a chart group or you have them turned off.

Use the UpBars property to return the UpBars object.

If the HasUpDownBars property is False, most properties of the UpBars object are disabled.

See Also

Reference

UpBars Members

Microsoft.Office.Interop.Excel Namespace