DownBars Interface

Definition

Represents the down bars in a chart group.

public interface class DownBars
[System.Runtime.InteropServices.Guid("000208C6-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface DownBars
Public Interface DownBars
Attributes

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.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Border

Returns a Border object that represents the border of the object.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Fill

Returns a FillFormat object for a specified shape or a ChartFillFormat object for a specified chart that contains fill formatting properties for the shape or chart.

Format

Returns the ChartFormat object. Read-only.

Interior

Returns an Interior object that represents the interior of the specified object.

Name

Returns the name of the object.

Parent

Returns the parent object for the specified object.

Methods

Delete()

Deletes the object.

Select()

Selects the object.

Applies to