Share via


DownBars Interface 

Represents the down bars in a chart group.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class ownBarsImplementation
    Implements DownBars
End Class
Dim ownBarsImplementation1 As New ownBarsImplementation()

Syntax

Public Interface DownBars
public interface DownBars
public interface class DownBars
public interface DownBars
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 isn’t a collection. There’s no object that represents a single down bar; you either have up bars and down bars turned on for all points in a chart group or you have them turned off.

Use the DownBars property to return the DownBars object.

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

DownBars Members